aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Transforms/test-legalizer-full.mlir
AgeCommit message (Expand)AuthorFilesLines
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Transform t...River Riddle1-9/+9
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle1-1/+1
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle1-3/+3
2021-09-20[mlir] Fix bug in partial dialect conversionVladislav Vinogradov1-36/+69
2021-08-31Add a new interface allowing to set a default dialect to be used for printing...Mehdi Amini1-2/+2
2020-11-19Fix rollback of first block erasure in a region.Tres Popp1-0/+15
2020-11-11[mlir] Rework DialectConversion inlineRegionBeforeTres Popp1-0/+15
2020-03-30Add a flag on the context to protect against creation of operations in unregi...Mehdi Amini1-1/+1
2020-01-27[mlir] Add support for marking 'unknown' operations as dynamically legal.River Riddle1-0/+11
2019-11-13NFC: Refactor block signature conversion to not erase the original arguments.River Riddle1-1/+1
2019-10-28Add support for marking an operation as recursively legal.River Riddle1-0/+18
2019-10-14Allowing replacing non-root operations in DialectConversion.River Riddle1-0/+7
2019-10-10Remove the need to convert operations in regions of operations that have been...River Riddle1-0/+11
2019-10-08Add a PatternRewriter hook for cloning a region into another.River Riddle1-1/+15
2019-09-16Add support for multi-level value mapping to DialectConversion.River Riddle1-0/+10