summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/SCF/Transforms/ParallelForToNestedFors.cpp
AgeCommit message (Collapse)Author
2025-11-08[mlir] Remove unused local variables (NFC) (#167107)Kazu Hirata
Identified with bugprone-unused-local-non-trivial-variable.
2025-08-04[mlir][scf] Implement Conversion from scf.parallel to Nested scf.for (#147692)Michael Marjieh
Add a utility function/transform operation to convert `scf.parallel` loops to nested `scf.for` loops.