summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/SCF/Transforms/ParallelLoopCollapsing.cpp
AgeCommit message (Expand)Author
2025-07-14[mlir] Remove unused includes (NFC) (#148769)Kazu Hirata
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-04-05[MLIR] Clarify (test-scf-)parallel-loop-collapsingTres Popp
2022-08-31[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-06-20[mlir] move SCF headers to SCF/{IR,Transforms} respectivelyAlex Zinenko
2022-01-28[mlir] Move SCF utils implementations to SCF/Utils.Adrian Kuegel
2022-01-24[mlir:Transforms] Move out the remaining non-dialect independent transforms a...River Riddle