[llvm-branch-commits] [llvm] [NFC][VPlan] Move `m_RemoveMask` to `VPlanPatternMatch.h` (PR #219059)

David Sherwood via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Sep 4 01:01:27 PDT 2026


================
@@ -882,6 +882,29 @@ inline auto m_LogicalAnd(const Op0_t &Op0, const Op1_t &Op1) {
       m_Select(Op0, Op1, m_False()));
 }
 
+/// Match a specific mask \p In, or a combination of it (logical-and In, Out).
----------------
david-arm wrote:

This comment originally sat above `m_RemoveMask`. Should it be moved back there same as before?

https://github.com/llvm/llvm-project/pull/219059


More information about the llvm-branch-commits mailing list