[llvm] LoopVectorize/test: add missing CHECK lines, cleanup intrinsic.ll (PR #70202)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 26 13:25:12 PDT 2023
================
@@ -1058,18 +1101,19 @@ for.end: ; preds = %for.body, %entry
ret void
}
+define void @fabs_libm(ptr nocapture %x) nounwind {
; CHECK: fabs_libm
-; CHECK: call <4 x float> @llvm.fabs.v4f32
+; CHECK: llvm.fabs.f32
----------------
fhahn wrote:
This is a change in the test case? Are the attributes needed here?
https://github.com/llvm/llvm-project/pull/70202
More information about the llvm-commits
mailing list