Skip to content

Commit 5bec47c

Browse files
authored
Revert "[mlir][spirv] Add integration test for vector.interleave and vector.shuffle" (#93732)
Reverts #93595 This broke the gcc-7 bot.
1 parent 025394f commit 5bec47c

File tree

3 files changed

+0
-108
lines changed

3 files changed

+0
-108
lines changed

mlir/lib/Conversion/GPUToSPIRV/GPUToSPIRVPass.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include "mlir/Conversion/GPUToSPIRV/GPUToSPIRV.h"
1919
#include "mlir/Conversion/MemRefToSPIRV/MemRefToSPIRV.h"
2020
#include "mlir/Conversion/SCFToSPIRV/SCFToSPIRV.h"
21-
#include "mlir/Conversion/VectorToSPIRV/VectorToSPIRV.h"
2221
#include "mlir/Dialect/Func/IR/FuncOps.h"
2322
#include "mlir/Dialect/GPU/IR/GPUDialect.h"
2423
#include "mlir/Dialect/SPIRV/IR/SPIRVDialect.h"
@@ -133,7 +132,6 @@ void GPUToSPIRVPass::runOnOperation() {
133132
mlir::arith::populateArithToSPIRVPatterns(typeConverter, patterns);
134133
populateMemRefToSPIRVPatterns(typeConverter, patterns);
135134
populateFuncToSPIRVPatterns(typeConverter, patterns);
136-
populateVectorToSPIRVPatterns(typeConverter, patterns);
137135

138136
if (failed(applyFullConversion(gpuModule, *target, std::move(patterns))))
139137
return signalPassFailure();

mlir/test/mlir-vulkan-runner/vector-interleave.mlir

Lines changed: 0 additions & 53 deletions
This file was deleted.

mlir/test/mlir-vulkan-runner/vector-shuffle.mlir

Lines changed: 0 additions & 53 deletions
This file was deleted.

0 commit comments

Comments
 (0)