[llvm] [LV] Use wide lane masks as the canonical form when tail-folding & interleaving (PR #209484)
David Sherwood via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 23 03:18:14 PDT 2026
================
@@ -2096,9 +1997,15 @@ static bool simplifyBranchConditionForVFAndUF(VPlan &Plan, ElementCount BestVF,
m_CombineOr(m_CanIVInc, m_c_Add(m_CanIVInc, m_LiveIn())),
m_VPValue())) ||
match(Term, m_BranchOnCond(m_Not(m_ActiveLaneMask(
- m_VPValue(), m_VPValue(), m_VPValue()))))) {
+ m_VPValue(), m_VPValue(), m_VPValue())))) ||
----------------
david-arm wrote:
Is this match for ActiveLaneMask still needed?
https://github.com/llvm/llvm-project/pull/209484
More information about the llvm-commits
mailing list