Files
llvm/mlir
Matthias Springer 08e101e274 [mlir][Transforms] Dialect Conversion: check for "failure" after modification (#150748)
Add a new "expensive check" when running with `allowPatternRollback =
false`: returning "failure" after modifying IR is no longer allowed.
This check detects a few more API violations in addition to the check
`undoRewrites`. The latter check will be removed soon. (Because the
One-Shot Dialect Conversion will no longer maintain the stack of IR
rewrites.)

Also fix a build error when expensive checks are enabled.
2025-07-26 16:28:00 +02:00
..

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.