summaryrefslogtreecommitdiff
path: root/mlir/test/Analysis/test-liveness.mlir
AgeCommit message (Expand)Author
2024-06-14[mlir][test] Fix filecheck annotation typos [2/n] (#93476)klensy
2024-05-23[mlir] Fix liveness analysis for block arguments (#88848)Ivan Kulagin
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith
2022-07-15[MLIR][Liveness] Add `currentlyLiveValues`, a way to get a set of values that...bzcheeseman
2022-05-06[mlir] Remove special case parsing/printing of `func` operationsRiver Riddle
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Analysis/ t...River Riddle
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-03-08[mlir][test] Generalize a bunch of FuncOp based passes to run on any operatio...River Riddle
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross
2021-02-18Revert "[MLIR] Create memref dialect and move several dialect-specific ops fr...Alexander Belyaev
2021-02-18[MLIR] Create memref dialect and move several dialect-specific ops from std.Julian Gross
2021-01-14[mlir][OpFormatGen] Format enum attribute cases as keywords when possibleRiver Riddle
2020-06-09Change filecheck default to dump input on failureMehdi Amini
2020-05-13[mlir] Change dialect namespace loop->scfAlex Zinenko
2020-04-23[mlir] Extended Liveness analysis to support nested regions.Marcel Koester
2019-12-11Roll-forward initial liveness analysis including test cases.Alexander Belyaev
2019-12-11Automated rollback of commit 98fbf41044d3364dbaf18db81b9e8d9520d14761Alexander Belyaev
2019-12-11Add initial liveness analysis including test cases.Marcel Koester