[llvm] [VPlan] Add initial CFG simplification, removing BranchOnCond true. (PR #106748)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 23 09:48:40 PDT 2025


================
@@ -29,7 +29,7 @@ for.body:                                         ; preds = %for.body.preheader,
   store i32 %conv, ptr %arrayidx2, align 4
   %indvars.iv.next = add nuw nsw i64 %indvars.iv, 1
   %2 = trunc i64 %indvars.iv.next to i32
-  %cmp = icmp ult i32 %2, %0
+  %cmp = icmp ult i32 %2, 1000
----------------
fhahn wrote:

Unrelated, undone, thanks

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


More information about the llvm-commits mailing list