summaryrefslogtreecommitdiff
path: root/mlir/test/Conversion/SCFToControlFlow
AgeCommit message (Expand)Author
2025-11-18[mlir][SCF] Add pass option to deactivate pattern rollback (#168481)Matthias Springer
2025-08-15[mlir][SCF] `scf.for`: Add support for unsigned integer comparison (#153379)Matthias Springer
2025-08-01[MLIR][SCF] Propagate loop annotation during while op lowering (#151746)Thomas Raoux
2025-07-09[mlir] [scf-to-cf] attach the loop annotation to latch block (#147462)Menooker
2024-08-12Enable attaching LLVM loop annotations to scf.for (#102562)xiaoleis-nv
2023-12-20[mlir][SCF] `scf.parallel`: Make reductions part of the terminator (#75314)Matthias Springer
2023-09-06[mlir][SCF] convert-scf-to-cf: Lower scf.forall to scf.parallel (#65449)Matthias Springer
2023-08-18Fix scf-to-cfg conversion for IndexSwitchOpEugene Zhulenev
2022-10-31[mlir][scf] Add scf-to-cf lowering for `scf.index_switch`Jeff Niu
2022-04-20[mlir][NFC] Update remaining textual references of un-namespaced `func` opera...River Riddle
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Conversion/...River Riddle
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle