[llvm] [VPlan] Simplify Plan's entry in removeBranchOnConst. (PR #154510)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 15 01:23:18 PDT 2025
================
@@ -970,7 +970,7 @@ loop:
%red.next = fadd double %for, %red
%for.next = sitofp i32 %iv to double
%iv.next = add nsw i32 %iv, 1
- %ec = icmp eq i32 %iv.next, 1025
+ %ec = icmp eq i32 %iv.next, %n
----------------
david-arm wrote:
Why has this changed?
https://github.com/llvm/llvm-project/pull/154510
More information about the llvm-commits
mailing list