[llvm] [VPlan] Add VPIRAttributes; use for VPWidenCallRecipe. (PR #207075)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 14:02:52 PDT 2026


================
@@ -28,7 +31,7 @@ define void @wide_call_attrs(ptr noalias %in.ptr, ptr noalias %out.ptr) {
 ; CHECK-NEXT:      CLONE ir<%in.gep> = getelementptr inbounds ir<%in.ptr>, ir<%iv>
 ; CHECK-NEXT:      vp<[[VP4:%[0-9]+]]> = vector-pointer inbounds ir<%in.gep>, ir<1>
 ; CHECK-NEXT:      WIDEN ir<%in> = load vp<[[VP4]]>
-; CHECK-NEXT:      WIDEN-CALL ir<%call> = call  @acos(ir<%in>) (using library function: vec_acos)
+; CHECK-NEXT:      WIDEN-CALL ir<%call> = call  nofpclass(nan) @acos(nofpclass(inf) ir<%in>) (using library function: vec_acos)
----------------
fhahn wrote:

Yep, looks like a pre-existing issue; will fix separately, thanks

https://github.com/llvm/llvm-project/pull/207075


More information about the llvm-commits mailing list