[llvm] [LV][NFC] Regenerate some SVE tests using --filter-out-after option (PR #132174)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 27 12:24:38 PDT 2025


================
@@ -177,17 +155,6 @@ define float @add_reduction_f32(ptr %ptr, i64 %n) #0 {
 ; CHECK-NEXT:    [[BC_MERGE_RDX:%.*]] = phi float [ [[TMP14]], [[MIDDLE_BLOCK]] ], [ 0.000000e+00, [[ENTRY]] ]
 ; CHECK-NEXT:    br label [[WHILE_BODY:%.*]]
 ; CHECK:       while.body:
-; CHECK-NEXT:    [[INDEX:%.*]] = phi i64 [ [[INDEX_NEXT:%.*]], [[WHILE_BODY]] ], [ [[BC_RESUME_VAL]], [[SCALAR_PH]] ]
-; CHECK-NEXT:    [[RED:%.*]] = phi float [ [[RED_NEXT:%.*]], [[WHILE_BODY]] ], [ [[BC_MERGE_RDX]], [[SCALAR_PH]] ]
----------------
fhahn wrote:

>From the file name, might be good to keep the scalar loop to guard forwarding values correctly when tail-folding with reductions + SVE?

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


More information about the llvm-commits mailing list