[llvm] [VPlan] Add initial pattern match implementation for VPInstruction. (PR #80563)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 25 10:38:21 PST 2024
================
@@ -475,6 +474,7 @@ void VPlanTransforms::removeDeadRecipes(VPlan &Plan) {
[](VPValue *V) { return V->getNumUsers(); }))
continue;
+ using namespace llvm::PatternMatch;
----------------
ayalz wrote:
Is this needed here?
https://github.com/llvm/llvm-project/pull/80563
More information about the llvm-commits
mailing list