[llvm] [LV] Vectorize uncountable early exit store loops with combined conditions (PR #205109)
Sander de Smalen via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 17 07:52:51 PDT 2026
================
@@ -198,6 +198,18 @@ inline bind_const_int m_ConstantInt(uint64_t &C) { return C; }
/// Match a VPValue, capturing it if we match.
inline match_bind<VPValue> m_VPValue(VPValue *&V) { return V; }
+/// Match against the nested pattern, and capture the value if we match.
----------------
sdesmalen-arm wrote:
Nice!
https://github.com/llvm/llvm-project/pull/205109
More information about the llvm-commits
mailing list