[Mlir-commits] [mlir] [mlir][tosa] Fix regression in mlir StableHLO tests due to PR #203583 (PR #207995)
Jacques Pienaar
llvmlistbot at llvm.org
Wed Jul 8 02:22:32 PDT 2026
jpienaar wrote:
Yes previously we had used this as a predicate for legality of declarative rewrites. It was changed to be more a op verification function rather than type predicate. Another option here may be to use ODS string interpolation for the error reporting and then the predicate can remain a plain predicate and useable both to gate rewrites and to verify op: upon failure of predicate, message specified fires and error is emitted on op so no need to inject, the values can be interpolated into error string and its just on type.
https://github.com/llvm/llvm-project/pull/207995
More information about the Mlir-commits
mailing list