We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63f4513 commit d977471Copy full SHA for d977471
1 file changed
tests/codegen-llvm/loongarch-abi/call-llvm-intrinsics.rs
@@ -23,9 +23,7 @@ pub fn do_call() {
23
24
unsafe {
25
// Ensure that we `call` LLVM intrinsics instead of trying to `invoke` them
26
- // CHECK: store float 4.000000e+00, ptr %{{.}}, align 4
27
- // CHECK: load float, ptr %{{.}}, align 4
28
- // CHECK: call float @llvm.sqrt.f32(float %{{.}}
+ // CHECK: call float @llvm.sqrt.f32(float 4.000000e+00)
29
sqrt(4.0);
30
}
31
0 commit comments