[llvm] [LV][EVL] Peek through combination tail-folded + predicated masks (PR #133430)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 28 08:05:23 PDT 2025
================
@@ -1764,6 +1764,10 @@ static VPRecipeBase *createEVLRecipe(VPValue *HeaderMask,
using namespace llvm::VPlanPatternMatch;
auto GetNewMask = [&](VPValue *OrigMask) -> VPValue * {
assert(OrigMask && "Unmasked recipe when folding tail");
+ using namespace llvm::VPlanPatternMatch;
----------------
lukel97 wrote:
Oops yes, removed
https://github.com/llvm/llvm-project/pull/133430
More information about the llvm-commits
mailing list