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 80
80
#include " mlir/Conversion/VectorToSCF/VectorToSCF.h"
81
81
#include " mlir/Conversion/VectorToSPIRV/VectorToSPIRVPass.h"
82
82
#include " mlir/Conversion/VectorToXeGPU/VectorToXeGPU.h"
83
- #include " mlir/Conversion/XeVMToLLVM/XeVMToLLVM.h"
84
83
85
84
namespace mlir {
86
85
Original file line number Diff line number Diff line change @@ -1495,13 +1495,4 @@ def ConvertVectorToXeGPU : Pass<"convert-vector-to-xegpu"> {
1495
1495
];
1496
1496
}
1497
1497
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
-
1507
1498
#endif // MLIR_CONVERSION_PASSES
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 32
32
#include " mlir/Conversion/SCFToEmitC/SCFToEmitC.h"
33
33
#include " mlir/Conversion/UBToLLVM/UBToLLVM.h"
34
34
#include " mlir/Conversion/VectorToLLVM/ConvertVectorToLLVM.h"
35
- #include " mlir/Conversion/XeVMToLLVM/XeVMToLLVM.h"
36
35
#include " mlir/Dialect/AMX/Transforms.h"
37
36
#include " mlir/Dialect/Affine/TransformOps/AffineTransformOps.h"
38
37
#include " mlir/Dialect/ArmNeon/TransformOps/ArmNeonVectorTransformOps.h"
@@ -92,7 +91,6 @@ inline void registerAllExtensions(DialectRegistry ®istry) {
92
91
gpu::registerConvertGpuToLLVMInterface (registry);
93
92
NVVM::registerConvertGpuToNVVMInterface (registry);
94
93
vector::registerConvertVectorToLLVMInterface (registry);
95
- registerConvertXeVMToLLVMInterface (registry);
96
94
97
95
// Register all transform dialect extensions.
98
96
affine::registerTransformDialectExtension (registry);
Original file line number Diff line number Diff line change @@ -73,4 +73,3 @@ add_subdirectory(VectorToLLVM)
73
73
add_subdirectory (VectorToSCF )
74
74
add_subdirectory (VectorToSPIRV )
75
75
add_subdirectory (VectorToXeGPU )
76
- add_subdirectory (XeVMToLLVM )
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments