[mlir] Revert "[mlir][llvm] Add intrinsic arg and result attribute support (… (PR #151099)
Ingo Müller
llvmlistbot at llvm.org
Tue Jul 29 03:13:06 PDT 2025
ingomueller-net wrote:
The originally merged PR breaks the bazel build. Would you mind applying the following patch before re-submitting to keep the bazel build working?
```patch
diff --git a/utils/bazel/llvm-project-overlay/mlir/test/mlir-tblgen/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/test/mlir-tblgen/BUILD.bazel
index 1dd418c75984..5ebdc33dfdd1 100644
--- a/utils/bazel/llvm-project-overlay/mlir/test/mlir-tblgen/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/test/mlir-tblgen/BUILD.bazel
@@ -32,6 +32,7 @@ package(default_visibility = ["//visibility:public"])
"//mlir:include/mlir/IR/BuiltinDialectBytecode.td",
"//mlir:include/mlir/IR/BytecodeBase.td",
"//mlir:include/mlir/IR/OpBase.td",
+ "//mlir:include/mlir/Interfaces/CallInterfaces.td",
"//mlir:include/mlir/Interfaces/InferTypeOpInterface.td",
"//mlir:include/mlir/Interfaces/SideEffectInterfaces.td",
"//mlir:include/mlir/Pass/PassBase.td",
```
https://github.com/llvm/llvm-project/pull/151099
More information about the Mlir-commits
mailing list