[llvm] [VPlan] Simplify Plan's entry in removeBranchOnConst. (PR #154510)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Aug 31 14:48:08 PDT 2025
    
    
  
================
@@ -20,10 +35,13 @@ for.body:                                         ; preds = %for.body, %entry
   br i1 %exitcond, label %for.cond.cleanup, label %for.body, !llvm.loop !0
 }
 
-; CHECK-LABEL: @foo
-; CHECK: = !{!"llvm.loop.unroll.disable"}
----------------
ayalz wrote:
Replacing
  `"llvm.loop.unroll.disable"`
with
  `"llvm.loop.unroll.runtime.disable"`
?
https://github.com/llvm/llvm-project/pull/154510
    
    
More information about the llvm-commits
mailing list