[llvm] [VPlan] Replace EVL branch condition with (branch-on-count AVLNext, 0) (PR #152167)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 5 10:39:28 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,
----------------
alexey-bataev wrote:
I think these changes must be in a separate NFC patch
https://github.com/llvm/llvm-project/pull/152167
More information about the llvm-commits
mailing list