[llvm] [VPlan] Clean up unused header (NFC) (PR #130599)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 10 06:09:18 PDT 2025


https://github.com/artagnon created https://github.com/llvm/llvm-project/pull/130599

We use VPlanPatternMatch, and not PatternMatch: clean up the PatternMatch include to avoid confusion.

>From d511db4f1daefc7ae43126d33ee34070c4b59e59 Mon Sep 17 00:00:00 2001
From: Ramkumar Ramachandra <ramkumar.ramachandra at codasip.com>
Date: Mon, 10 Mar 2025 12:57:57 +0000
Subject: [PATCH] [VPlan] Clean up unused header (NFC)

We use VPlanPatternMatch, and not PatternMatch: clean up the
PatternMatch include to avoid confusion.
---
 llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp b/llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
index 5010bf029d140..a8b304271f0da 100644
--- a/llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
+++ b/llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
@@ -27,7 +27,6 @@
 #include "llvm/IR/Instruction.h"
 #include "llvm/IR/Instructions.h"
 #include "llvm/IR/Intrinsics.h"
-#include "llvm/IR/PatternMatch.h"
 #include "llvm/IR/Type.h"
 #include "llvm/IR/Value.h"
 #include "llvm/IR/VectorBuilder.h"



More information about the llvm-commits mailing list