[Mlir-commits] [mlir] 377a047 - Add more missing includes after db42345dc660329e34fd119fc8edab74521f7c06

Jorge Gorbe Moya llvmlistbot at llvm.org
Mon May 12 11:21:43 PDT 2025


Author: Jorge Gorbe Moya
Date: 2025-05-12T11:21:26-07:00
New Revision: 377a0476ab34b8c7274562aefe6d3a1614e477a4

URL: https://github.com/llvm/llvm-project/commit/377a0476ab34b8c7274562aefe6d3a1614e477a4
DIFF: https://github.com/llvm/llvm-project/commit/377a0476ab34b8c7274562aefe6d3a1614e477a4.diff

LOG: Add more missing includes after db42345dc660329e34fd119fc8edab74521f7c06

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/XeGPU/Transforms/Transforms.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/XeGPU/Transforms/Transforms.h b/mlir/include/mlir/Dialect/XeGPU/Transforms/Transforms.h
index d99352ed7efff..559cc3ece62fb 100644
--- a/mlir/include/mlir/Dialect/XeGPU/Transforms/Transforms.h
+++ b/mlir/include/mlir/Dialect/XeGPU/Transforms/Transforms.h
@@ -9,6 +9,10 @@
 #ifndef MLIR_DIALECT_XEGPU_TRANSFORMS_TRANSFORMS_H
 #define MLIR_DIALECT_XEGPU_TRANSFORMS_TRANSFORMS_H
 
+#include "llvm/ADT/SmallVector.h"
+#include "llvm/Support/LogicalResult.h"
+#include "mlir/IR/Operation.h"
+
 #include <functional>
 #include <optional>
 #include <utility>


        


More information about the Mlir-commits mailing list