[llvm] [VPlan] Optimize FindLast of (binop %IV, live-in) by sinking. (PR #183911)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 21 05:36:06 PDT 2026
================
@@ -5742,11 +5755,15 @@ void VPlanTransforms::optimizeFindIVReductions(VPlan &Plan,
m_VPValue(FalseVal))))
continue;
- // The non-phi operand of the select is the IV.
+ // The non-phi operand of the select is the IV or an expression of IV.
assert(is_contained(CondSelect->getDefiningRecipe()->operands(), PhiR));
----------------
ayalz wrote:
Independent: missing error message.
https://github.com/llvm/llvm-project/pull/183911
More information about the llvm-commits
mailing list