File tree Expand file tree Collapse file tree 8 files changed +0
-938
lines changed
test/Conversion/XeVMToLLVM Expand file tree Collapse file tree 8 files changed +0
-938
lines changed Original file line number Diff line number Diff line change 8080#include " mlir/Conversion/VectorToSCF/VectorToSCF.h"
8181#include " mlir/Conversion/VectorToSPIRV/VectorToSPIRVPass.h"
8282#include " mlir/Conversion/VectorToXeGPU/VectorToXeGPU.h"
83- #include " mlir/Conversion/XeVMToLLVM/XeVMToLLVM.h"
8483
8584namespace mlir {
8685
Original file line number Diff line number Diff line change @@ -1495,13 +1495,4 @@ def ConvertVectorToXeGPU : Pass<"convert-vector-to-xegpu"> {
14951495 ];
14961496}
14971497
1498- //===----------------------------------------------------------------------===//
1499- // XeVMToLLVM
1500- //===----------------------------------------------------------------------===//
1501-
1502- def ConvertXeVMToLLVMPass : Pass<"convert-xevm-to-llvm"> {
1503- let summary = "Convert XeVM to LLVM dialect";
1504- let dependentDialects = ["LLVM::LLVMDialect"];
1505- }
1506-
15071498#endif // MLIR_CONVERSION_PASSES
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3232#include " mlir/Conversion/SCFToEmitC/SCFToEmitC.h"
3333#include " mlir/Conversion/UBToLLVM/UBToLLVM.h"
3434#include " mlir/Conversion/VectorToLLVM/ConvertVectorToLLVM.h"
35- #include " mlir/Conversion/XeVMToLLVM/XeVMToLLVM.h"
3635#include " mlir/Dialect/AMX/Transforms.h"
3736#include " mlir/Dialect/Affine/TransformOps/AffineTransformOps.h"
3837#include " mlir/Dialect/ArmNeon/TransformOps/ArmNeonVectorTransformOps.h"
@@ -92,7 +91,6 @@ inline void registerAllExtensions(DialectRegistry ®istry) {
9291 gpu::registerConvertGpuToLLVMInterface (registry);
9392 NVVM::registerConvertGpuToNVVMInterface (registry);
9493 vector::registerConvertVectorToLLVMInterface (registry);
95- registerConvertXeVMToLLVMInterface (registry);
9694
9795 // Register all transform dialect extensions.
9896 affine::registerTransformDialectExtension (registry);
Original file line number Diff line number Diff line change @@ -73,4 +73,3 @@ add_subdirectory(VectorToLLVM)
7373add_subdirectory (VectorToSCF)
7474add_subdirectory (VectorToSPIRV)
7575add_subdirectory (VectorToXeGPU)
76- add_subdirectory (XeVMToLLVM)
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments