[llvm] [VPlan] Handle canonical VPWidenIntOrFpInduction in branch-condition simplification (PR #153539)

Shih-Po Hung via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 15 01:59:47 PDT 2025


================
@@ -1498,10 +1498,21 @@ static bool simplifyBranchConditionForVFAndUF(VPlan &Plan, ElementCount BestVF,
   // the region, otherwise replace the terminator controlling the latch with
   // (BranchOnCond true).
----------------
arcbbb wrote:

Add a TODO noting that not all phi recipe types are currently supported.

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


More information about the llvm-commits mailing list