[llvm-branch-commits] [mlir] [draft] Dialect Conversion without Rollback (PR #93412)
Matthias Springer via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon May 27 04:51:18 PDT 2024
matthias-springer wrote:
The final `OneShotConversionPatternRewriter` will support everything that `ConversionPatternRewriter` supports. A few helper functions are still missing in this PR:
- `applySignatureConversion`
- `convertRegionTypes`
- `convertNonEntryRegionTypes`
- `replaceUsesOfBlockArgument` (removed by #84725)
These functions would have to become virtual, so that they can be overridden in `OneShotConversionPatternRewriter`.
https://github.com/llvm/llvm-project/pull/93412
More information about the llvm-branch-commits
mailing list