aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/IR/visitors.mlir
AgeCommit message (Expand)AuthorFilesLines
2023-03-22[mlir][IR] Add ReverseDominanceIterator for IR walkersMatthias Springer1-0/+30
2023-03-13[mlir][IR] Add ForwardDominanceIterator for IR walkersMatthias Springer1-0/+82
2023-03-06[mlir][IR][NFC] Move `walk` definitions to header fileMatthias Springer1-0/+40
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in IR/Interfac...River Riddle1-2/+2
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle1-15/+15
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle1-10/+10
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle1-10/+10
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball1-3/+3
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle1-30/+30
2021-03-06[mlir] Add 'Skip' result to Operation visitorDiego Caballero1-0/+212