Skip to content

Commit 6c7cb8f

Browse files
mshahneogithub-actions[bot]
authored andcommitted
Automerge: Revert "[GPUToXeVMPipeline][Pipeline] Modify pipeline to add convert-vector-to-llvm." (#169570)
Reverts llvm/llvm-project#166204 There was a build issue due to a missing dependency.
2 parents 4197cb3 + 9bf78ab commit 6c7cb8f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mlir/lib/Dialect/GPU/Pipelines/GPUToXeVMPipeline.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,8 @@ void buildPostGPUCommonPassPipeline(
111111
pm.addPass(createGpuToLLVMConversionPass(gpuToLLVMOptions));
112112
}
113113
pm.addPass(createLowerAffinePass());
114-
pm.addPass(createConvertVectorToLLVMPass());
115114
pm.addPass(createConvertToLLVMPass());
116115
pm.addPass(createReconcileUnrealizedCastsPass());
117-
pm.addNestedPass<gpu::GPUModuleOp>(createCanonicalizerPass());
118-
pm.addNestedPass<gpu::GPUModuleOp>(createCSEPass());
119116
// gpu-module-to-binary
120117
{
121118
GpuModuleToBinaryPassOptions gpuToModuleBinOptions;

0 commit comments

Comments
 (0)