summaryrefslogtreecommitdiff
path: root/mlir/lib/Analysis/DataFlow/LivenessAnalysis.cpp
AgeCommit message (Expand)Author
2025-10-21[mlir][dataflow] Fix LivenessAnalysis/RemoveDeadValues handling of loop induc...lonely eagle
2025-09-28[mlir][dataflow] Use skipRegions to print region op (NFC) (#161066)lonely eagle
2025-09-26[MLIR] Fix LivenessAnalysis/RemoveDeadValues handling of dead function argume...Mehdi Amini
2025-08-18[MLIR] Fix Liveness analysis handling of unreachable code (#153973)Mehdi Amini
2025-07-27Migrate more of DataFlow framework to LDBG (NFC) (#150752)Mehdi Amini
2025-07-25[MLIR] Remove unused DBGS macro (NFC)Mehdi Amini
2025-07-25[MLIR] Add a OpWithFlags class that acts as a "stream modifier" to customize ...Mehdi Amini
2025-07-25[mlir] Switch to new LDBG macro (#150616)Jacques Pienaar
2025-06-22[MLIR] Add logging/tracing to DataFlow analysis and RemoveDeadValues (NFC) (#...Mehdi Amini
2025-06-20Define a DataFlowSolver helper that loads sensible default analyses (#143415)Jeremy Kun
2025-05-20[mlir] [liveness] Conservatively mark operands of return-like op inside non-c...Nhat Nguyen
2025-04-02[mlir][liveness] fix bugs in liveness analysis (#133416)donald chen
2024-10-11[mlir] [dataflow] unify semantics of program point (#110344)donald chen
2024-08-22[mlir][dataflow] Propagate errors from `visitOperation` (#105448)Ivan Butygin
2023-12-21[mlir] mark ChangeResult as nodiscard (#76147)Oleksandr "Alex" Zinenko
2023-10-28Apply clang-tidy fixes for misc-include-cleaner in LivenessAnalysis.cpp (NFC)Mehdi Amini
2023-08-11[MLIR][analysis] Fix call op handling in sparse backward dataflowSrishti Srivastava
2023-08-08[mlir][NFC] Make `ReturnLike` trait imply `RegionBranchTerminatorOpInterface`Markus Böck
2023-07-29[MLIR][analysis] Fix error in the sparse backward dataflow analysisSrishti Srivastava
2023-07-21[MLIR][ANALYSIS] Add liveness analysis utilitySrishti Srivastava