summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Analysis/DataFlow
AgeCommit message (Expand)Author
2025-10-28 [MLIR] Revamp RegionBranchOpInterface (#165429)Mehdi Amini
2025-10-28Revert " [MLIR] Revamp RegionBranchOpInterface " (#165356)Mehdi Amini
2025-10-28 [MLIR] Revamp RegionBranchOpInterface (#161575)Mehdi Amini
2025-10-14Reland "[mlir] Add strided metadata range dataflow analysis" (#163403)" (#163...Fabian Mora
2025-10-14Revert "[mlir] Add strided metadata range dataflow analysis" (#163403)Fabian Mora
2025-10-14[mlir] Add strided metadata range dataflow analysis (#161280)Fabian Mora
2025-10-08[MLIR] Add more logging to DenseAnalysis/DeaDCodeAnalysis/TestDenseBackwardDa...Mehdi Amini
2025-08-18[MLIR] Fix Liveness analysis handling of unreachable code (#153973)Mehdi Amini
2025-06-20Define a DataFlowSolver helper that loads sensible default analyses (#143415)Jeremy Kun
2025-04-15[mlir] [dataflow] : Improve the time and space footprint of data flow. (#135325)donald chen
2025-03-20[mlir] Use *Set::insert_range (NFC) (#132326)Kazu Hirata
2024-10-11[mlir] [dataflow] unify semantics of program point (#110344)donald chen
2024-08-25[mlir] [dataflow] Refactoring the definition of program points in data flow a...donald chen
2024-08-22[mlir][dataflow] Propagate errors from `visitOperation` (#105448)Ivan Butygin
2024-07-02mlir/LogicalResult: move into llvm (#97309)Ramkumar Ramachandra
2024-05-17[MLIR][analysis] Lattice: Fix automatic delegation of meet to lattice value c...Andi Drebes
2024-04-22[mlir][test] Reorganize the test dialect (#89424)Jeff Niu
2023-12-18[mlir] support non-interprocedural dataflow analyses (#75583)Oleksandr "Alex" Zinenko
2023-09-14[mlir] Allow loop-like operations in `AbstractDenseForwardDataFlowAnalysis` (...vic
2023-08-30Reland "[mlir] Use a type for representing branch points in `RegionBranchOpIn...Markus Böck
2023-08-29Revert "[mlir] Use a type for representing branch points in `RegionBranchOpIn...Markus Böck
2023-08-29[mlir] Use a type for representing branch points in `RegionBranchOpInterface`Markus Böck
2023-08-11[MLIR][analysis] Fix call op handling in sparse backward dataflowSrishti Srivastava
2023-07-27[mlir] NFC: rename XDataFlowAnalysis to XForwardDataFlowAnalysisAlex Zinenko
2023-07-21[MLIR][ANALYSIS] Add liveness analysis utilitySrishti Srivastava
2023-07-21[mlir] allow dense dataflow to customize call and region operationsAlex Zinenko
2023-07-11[mlir] add backward dense dataflow analysisAlex Zinenko
2023-05-08[mlir] Replace None with std::nullopt in comments (NFC)Kazu Hirata
2023-03-15[ADT][mlir][NFCI] Do not use non-const lvalue-refs with enumerateJakub Kuderski
2023-01-14[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-13[mlir] Add #include <optional> (NFC)Kazu Hirata
2023-01-03Apply clang-tidy fixes for readability-identifier-naming in TestBackwardDataF...Mehdi Amini
2023-01-03Apply clang-tidy fixes for llvm-qualified-auto in TestBackwardDataFlowAnalysi...Mehdi Amini
2023-01-03Apply clang-tidy fixes for llvm-else-after-return in TestBackwardDataFlowAnal...Mehdi Amini
2022-12-16[mlir] Drop uses of operator<<(raw_ostream &OS, const Optional<T> &O)Fangrui Song
2022-12-13[mlir] Implement backward dataflow.Matthias Kramm
2022-12-03[mlir] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-09-08[mlir][dataflow] Remove Lattice::isUninitialized().Zhixun Tan
2022-08-29[mlir][dataflow] Consolidate AbstractSparseLattice::markPessimisticFixpoint()...Zhixun Tan
2022-08-15[mlir][dataflow] Remove the unused AnalysisState::defaultInitialize().Zhixun Tan
2022-08-15[mlir][dataflow] Remove Abstract{Sparse,Dense}Lattice::isAtFixpoint() and an ...Zhixun Tan
2022-07-07[mlir] Swap integer range inference to the new frameworkMogball
2022-07-07[mlir] An implementation of dense data-flow analysisMogball
2022-06-30[mlir] Add Dead Code AnalysisMogball