summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/SCF/Transforms/UpliftWhileToFor.cpp
AgeCommit message (Expand)Author
2025-07-24[mlir][NFC] update `mlir/Dialect` create APIs (20/n) (#149927)Maksim Levental
2025-07-14[mlir] Remove unused includes (NFC) (#148769)Kazu Hirata
2025-06-23switch type and value ordering for arith `Constant[XX]Op` (#144636)Skrai Pardus
2025-03-27[mlir][scf] Allow different forwarding ordering in upliftMichael Liao
2024-04-16[mlir][scf] `scf.while` uplifting: optimize op matching (#88813)Ivan Butygin
2024-04-15[mlir][scf] Uplift `scf.while` to `scf.for` (#76108)Ivan Butygin