[Mlir-commits] [mlir] [mlir][xegpu] Remove some unused headers. (PR #178719)
Charitha Saumya
llvmlistbot at llvm.org
Thu Jan 29 10:20:18 PST 2026
https://github.com/charithaintc created https://github.com/llvm/llvm-project/pull/178719
Remove unused headers added in #177492
>From b3114a10248ad8f2feef6e86fac2c6d46d2af47d Mon Sep 17 00:00:00 2001
From: Charitha Saumya <charitha.saumya.gusthinna.waduge at intel.com>
Date: Thu, 29 Jan 2026 18:19:10 +0000
Subject: [PATCH] fix
---
.../XeGPU/Transforms/XeGPUSgToWiDistributeExperimental.cpp | 3 ---
1 file changed, 3 deletions(-)
diff --git a/mlir/lib/Dialect/XeGPU/Transforms/XeGPUSgToWiDistributeExperimental.cpp b/mlir/lib/Dialect/XeGPU/Transforms/XeGPUSgToWiDistributeExperimental.cpp
index 4ae858363d5b6..8e530642d9c7a 100644
--- a/mlir/lib/Dialect/XeGPU/Transforms/XeGPUSgToWiDistributeExperimental.cpp
+++ b/mlir/lib/Dialect/XeGPU/Transforms/XeGPUSgToWiDistributeExperimental.cpp
@@ -24,10 +24,7 @@
#include "mlir/IR/Value.h"
#include "mlir/IR/ValueRange.h"
#include "mlir/Transforms/DialectConversion.h"
-#include "mlir/Transforms/GreedyPatternRewriteDriver.h"
#include "llvm/ADT/SetVector.h"
-#include "llvm/ADT/SmallVectorExtras.h"
-#include "llvm/Support/GraphWriter.h"
#include "llvm/Support/LogicalResult.h"
#include "llvm/Support/raw_ostream.h"
#include <optional>
More information about the Mlir-commits
mailing list