Files
clang-p2996/mlir
Matthias Springer 6423c901fd [mlir][LLVM][NFC] Avoid rollback in FuncOp --> LLVM lowering (#136477)
This pattern used to create an `llvm.func` op, then check additional
requirements and return "failure". This commit moves the checks before
the creation of the replacement op, so that no rollback is necessary
when one of the checks fails.

Note: This is in preparation of the One-Shot Dialect Conversion
refactoring, which removes the rollback functionality.
2025-04-21 10:38:49 +02:00
..

Multi-Level Intermediate Representation

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