[llvm] [VPlan] Remove non-reductions after simplifications. (PR #176795)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 12 05:43:48 PST 2026
================
@@ -248,6 +248,9 @@ inline match_combine_and<LTy, RTy> m_CombineAnd(const LTy &L, const RTy &R) {
/// Match a VPValue, capturing it if we match.
inline bind_ty<VPValue> m_VPValue(VPValue *&V) { return V; }
+/// Match a VPIRValue.
----------------
ayalz wrote:
```suggestion
/// Match a VPIRValue, capturing it if we match.
```
consistently?
https://github.com/llvm/llvm-project/pull/176795
More information about the llvm-commits
mailing list