[llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 02:40:35 PDT 2025
================
@@ -230,54 +230,54 @@ define float @fadd_strict_unroll(ptr noalias nocapture readonly %a, i64 %n) #0 {
; CHECK-UNORDERED-NEXT: br label [[VECTOR_BODY:%.*]]
; CHECK-UNORDERED: vector.body:
; CHECK-UNORDERED-NEXT: [[INDEX:%.*]] = phi i64 [ 0, [[VECTOR_PH]] ], [ [[INDEX_NEXT:%.*]], [[VECTOR_BODY]] ]
-; CHECK-UNORDERED-NEXT: [[VEC_PHI:%.*]] = phi <vscale x 8 x float> [ insertelement (<vscale x 8 x float> splat (float -0.000000e+00), float 0.000000e+00, i32 0), [[VECTOR_PH]] ], [ [[TMP18:%.*]], [[VECTOR_BODY]] ]
----------------
david-arm wrote:
I suspect these changes are just due to the test script being a little annoying and renaming variables when it doesn't have to. I've seen this quite a lot recently.
Given the sheer volume of changes in this file, is it worth regenerating the CHECK lines in a pre-commit?
https://github.com/llvm/llvm-project/pull/106748
More information about the llvm-commits
mailing list