aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Transforms/sccp-structured.mlir
AgeCommit message (Expand)AuthorFilesLines
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith1-1/+1
2022-07-22[mlir][arith] cmpi: move constant to the right sideIvan Butygin1-1/+1
2022-06-13[mlir] Support getSuccessorInputs from parent opMogball1-9/+19
2022-06-08[mlir] Fix handling of some region branch terminator successorsMogball1-0/+40
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Transform t...River Riddle1-10/+10
2022-04-20Add RegionBranchOpInterface on affine.for opUday Bondhugula1-0/+30
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle1-1/+1
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball1-23/+23
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle1-1/+1
2021-07-26[mlir] Added new RegionBranchTerminatorOpInterface and adapted uses of hasTra...Marcel Koester1-8/+7
2021-05-04[mlir] Fix region successor bug in forward dataflow analysisRiver Riddle1-0/+20
2021-01-14[mlir][OpFormatGen] Format enum attribute cases as keywords when possibleRiver Riddle1-1/+1
2020-05-13[mlir] Change dialect namespace loop->scfAlex Zinenko1-29/+29
2020-04-21[mlir][SCCP] Add support for propagating constants across inter-region contro...River Riddle1-0/+132