File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
mlir/include/mlir/Dialect/Affine/IR
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 9
9
#ifndef MLIR_DIALECT_AFFINE_IR_VALUEBOUNDSOPINTERFACEIMPL_H
10
10
#define MLIR_DIALECT_AFFINE_IR_VALUEBOUNDSOPINTERFACEIMPL_H
11
11
12
+ #include < cstdint>
12
13
#include " mlir/Support/LLVM.h"
13
14
14
15
namespace mlir {
Original file line number Diff line number Diff line change @@ -3749,10 +3749,10 @@ cc_library(
3749
3749
":BytecodeOpInterface" ,
3750
3750
":DialectUtils" ,
3751
3751
":IR" ,
3752
+ ":MaskableOpInterface" ,
3752
3753
":ShapedOpInterfaces" ,
3753
3754
":SideEffectInterfaces" ,
3754
3755
":VectorDialect" ,
3755
- ":VectorOpsIncGen" ,
3756
3756
":ViewLikeInterface" ,
3757
3757
":XeGPUEnumsIncGen" ,
3758
3758
":XeGPUIncGen" ,
@@ -11719,6 +11719,25 @@ gentbl_cc_library(
11719
11719
],
11720
11720
)
11721
11721
11722
+ cc_library (
11723
+ name = "VectorOps" ,
11724
+ hdrs = [
11725
+ "include/mlir/Dialect/Vector/IR/VectorAttributes.h.inc" ,
11726
+ "include/mlir/Dialect/Vector/IR/VectorDialect.h.inc" ,
11727
+ "include/mlir/Dialect/Vector/IR/VectorEnums.h.inc" ,
11728
+ "include/mlir/Dialect/Vector/IR/VectorOps.h" ,
11729
+ ],
11730
+ includes = ["include" ],
11731
+ deps = [
11732
+ ":ArithDialect" ,
11733
+ ":BytecodeOpInterface" ,
11734
+ ":MaskableOpInterface" ,
11735
+ ":VectorAttributesIncGen" ,
11736
+ ":VectorDialectIncGen" ,
11737
+ ":VectorOpsIncGen" ,
11738
+ ],
11739
+ )
11740
+
11722
11741
gentbl_cc_library (
11723
11742
name = "VectorAttributesIncGen" ,
11724
11743
tbl_outs = [
You can’t perform that action at this time.
0 commit comments