llvm-project
bbcfe6f4 - [mlir][transform] Emit error message with `emitSilenceableFailure` (#86146)

Commit
1 year ago
[mlir][transform] Emit error message with `emitSilenceableFailure` (#86146) The previous implementation used a `notifyMatchFailure` to emit failure message inappropriately and then used the `emitDefaultSilenceableFailure`. This patch changes this to use the more appropriate `emitSilenceableFailure` with error message. Additionally a failure test has been added.
Author
Parents
Loading