File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
mlir/lib/Conversion/VectorToSPIRV
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 18
18
#include " mlir/Dialect/SPIRV/IR/SPIRVTypes.h"
19
19
#include " mlir/Dialect/SPIRV/Transforms/SPIRVConversion.h"
20
20
#include " mlir/Dialect/Vector/IR/VectorOps.h"
21
- #include " mlir/Dialect/Vector/Transforms/LoweringPatterns.h"
22
21
#include " mlir/IR/Attributes.h"
23
22
#include " mlir/IR/BuiltinAttributes.h"
24
23
#include " mlir/IR/BuiltinTypes.h"
Original file line number Diff line number Diff line change @@ -4976,6 +4976,7 @@ cc_library(
4976
4976
":VectorToLLVM" ,
4977
4977
":VectorToSCF" ,
4978
4978
":VectorTransformOpsIncGen" ,
4979
+ ":VectorTransforms" ,
4979
4980
":X86VectorTransforms" ,
4980
4981
],
4981
4982
)
@@ -5893,7 +5894,6 @@ cc_library(
5893
5894
":Support" ,
5894
5895
":TransformUtils" ,
5895
5896
":VectorDialect" ,
5896
- ":VectorTransforms" ,
5897
5897
"//llvm:Support" ,
5898
5898
],
5899
5899
)
You can’t perform that action at this time.
0 commit comments