[Mlir-commits] [llvm] [mlir] adds missing header, removes Bazel unnecessary dependency (PR #110932)
Christopher Di Bella
llvmlistbot at llvm.org
Wed Oct 2 14:50:29 PDT 2024
================
@@ -11719,6 +11719,25 @@ gentbl_cc_library(
],
)
+cc_library(
+ name = "VectorOps",
+ hdrs = [
+ "include/mlir/Dialect/Vector/IR/VectorAttributes.h.inc",
+ "include/mlir/Dialect/Vector/IR/VectorDialect.h.inc",
+ "include/mlir/Dialect/Vector/IR/VectorEnums.h.inc",
+ "include/mlir/Dialect/Vector/IR/VectorOps.h",
+ ],
+ includes = ["include"],
+ deps = [
+ ":ArithDialect",
+ ":BytecodeOpInterface",
+ ":MaskableOpInterface",
+ ":VectorAttributesIncGen",
+ ":VectorDialectIncGen",
+ ":VectorOpsIncGen",
+ ],
+)
+
----------------
cjdb wrote:
```suggestion
```
https://github.com/llvm/llvm-project/pull/110932
More information about the Mlir-commits
mailing list