summaryrefslogtreecommitdiff
path: root/mlir/test/Transforms/parallel-loop-collapsing.mlir
AgeCommit message (Expand)Author
2024-09-27[mlir][SCF] Use Affine ops for indexing math. (#108450)MaheshRavishankar
2024-04-04[mlir][SCF] Modernize `coalesceLoops` method to handle `scf.for` loops with i...MaheshRavishankar
2023-12-20[mlir][SCF] `scf.parallel`: Make reductions part of the terminator (#75314)Matthias Springer
2023-04-05[MLIR] Clarify (test-scf-)parallel-loop-collapsingTres Popp
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Transform t...River Riddle
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-01-31[MLIR][NFC] Update SCF pass cmd line names to prefix scfUday Bondhugula
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle
2021-03-19[testsuite] Make testsuite more stable vs canonicalization change. NFC.Chris Lattner
2021-03-15Revert "[Canonicalizer] Process regions top-down instead of bottom up & reuse...Alex Zinenko
2021-03-14[Canonicalizer] Process regions top-down instead of bottom up & reuse existin...Chris Lattner
2021-01-29[mlir] Preserve lexicographic order after loop collapsing.Alexander Belyaev
2020-06-26[mlir] fix off-by-one error in collapseParallelLoopsTobias Gysi
2020-06-26[mlir] parallel loop canonicalizationTobias Gysi
2020-05-13[mlir] Change dialect namespace loop->scfAlex Zinenko
2020-04-27Add a folder for division by one.Phoenix Meadowlark
2020-04-01[MLIR] Rename collapsePLoops -> collapseParallelLoopsTres Popp
2020-03-30Add a flag on the context to protect against creation of operations in unregi...Mehdi Amini
2020-03-26[MLIR] Add parallel loop collapsing.Tres Popp