[llvm] [VPlan] Replace EVL branch condition with (branch-on-count AVLNext, 0) (PR #152167)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 6 01:29:41 PDT 2025
================
@@ -195,7 +195,7 @@ inline bind_ty<VPValue> m_VPValue(VPValue *&V) { return V; }
/// Match a VPInstruction, capturing if we match.
inline bind_ty<VPInstruction> m_VPInstruction(VPInstruction *&V) { return V; }
-template <typename Ops_t, unsigned Opcode, bool Commutative,
+template <typename Ops_t, unsigned Opcode, bool Commutative, bool Variadic,
----------------
lukel97 wrote:
I've taken out all but the necessary pattern match changes in 50ca2e5e181f, will open up separate PRs afterwards to tidy up
https://github.com/llvm/llvm-project/pull/152167
More information about the llvm-commits
mailing list