aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Transforms/parallel-loop-collapsing.mlir
AgeCommit message (Expand)AuthorFilesLines
2023-04-05[MLIR] Clarify (test-scf-)parallel-loop-collapsingTres Popp1-1/+1
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith1-1/+1
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Transform t...River Riddle1-1/+1
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle1-1/+1
2022-01-31[MLIR][NFC] Update SCF pass cmd line names to prefix scfUday Bondhugula1-1/+1
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball1-30/+30
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle1-1/+1
2021-03-19[testsuite] Make testsuite more stable vs canonicalization change. NFC.Chris Lattner1-9/+9
2021-03-15Revert "[Canonicalizer] Process regions top-down instead of bottom up & reuse...Alex Zinenko1-6/+6
2021-03-14[Canonicalizer] Process regions top-down instead of bottom up & reuse existin...Chris Lattner1-6/+6
2021-01-29[mlir] Preserve lexicographic order after loop collapsing.Alexander Belyaev1-21/+21
2020-06-26[mlir] fix off-by-one error in collapseParallelLoopsTobias Gysi1-3/+4
2020-06-26[mlir] parallel loop canonicalizationTobias Gysi1-11/+7
2020-05-13[mlir] Change dialect namespace loop->scfAlex Zinenko1-3/+3
2020-04-27Add a folder for division by one.Phoenix Meadowlark1-4/+2
2020-04-01[MLIR] Rename collapsePLoops -> collapseParallelLoopsTres Popp1-26/+25
2020-03-30Add a flag on the context to protect against creation of operations in unregi...Mehdi Amini1-1/+1
2020-03-26[MLIR] Add parallel loop collapsing.Tres Popp1-0/+52