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 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"
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments