summaryrefslogtreecommitdiff
path: root/mlir/lib/Transforms/Utils/CFGToSCF.cpp
AgeCommit message (Expand)Author
2025-06-29[mlir] Remove unused includes (NFC) (#146278)Kazu Hirata
2025-06-11[mlir] Simplify calls to *Map::{insert,try_emplace} (NFC) (#143729)Kazu Hirata
2025-06-09[mlir] Use *Map::try_emplace (NFC) (#143341)Kazu Hirata
2024-03-05Fix remaining build failures with GCC 8.3 (#83266)Thomas Preud'homme
2023-10-24[MLIR][CFGToSCF] Fix exit latch location preservation (#70032)Christian Ulmann
2023-09-27[mlir][cfg-to-scf] Fix invalid transformation when value is used in a subregi...Markus Böck
2023-09-19[mlir][IR] Change `MutableArrayRange` to enumerate `OpOperand &` (#66622)Matthias Springer
2023-09-18[mlir][IR] Change `MutableOperandRange::operator[]` to return an `OpOperand &...Matthias Springer
2023-08-15[mlir][CFGToSCF] Add interface changes for downstream projectsMarkus Böck
2023-08-10[mlir][cf] Add ControlFlow to SCF lifting passMarkus Böck