Skip to content

Commit 9b79ace

Browse files
committed
[mlir][Bazel] Followup to 57c10fa
It removed the dependency from the wrong target. Also, we need to remove the header include to be able to remove the dependency from VectorToSPIRV.
1 parent d803837 commit 9b79ace

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

mlir/lib/Conversion/VectorToSPIRV/VectorToSPIRV.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include "mlir/Dialect/SPIRV/IR/SPIRVTypes.h"
1919
#include "mlir/Dialect/SPIRV/Transforms/SPIRVConversion.h"
2020
#include "mlir/Dialect/Vector/IR/VectorOps.h"
21-
#include "mlir/Dialect/Vector/Transforms/LoweringPatterns.h"
2221
#include "mlir/IR/Attributes.h"
2322
#include "mlir/IR/BuiltinAttributes.h"
2423
#include "mlir/IR/BuiltinTypes.h"

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4976,6 +4976,7 @@ cc_library(
49764976
":VectorToLLVM",
49774977
":VectorToSCF",
49784978
":VectorTransformOpsIncGen",
4979+
":VectorTransforms",
49794980
":X86VectorTransforms",
49804981
],
49814982
)
@@ -5893,7 +5894,6 @@ cc_library(
58935894
":Support",
58945895
":TransformUtils",
58955896
":VectorDialect",
5896-
":VectorTransforms",
58975897
"//llvm:Support",
58985898
],
58995899
)

0 commit comments

Comments
 (0)