summaryrefslogtreecommitdiff
path: root/mlir/test/Analysis/DataFlow
AgeCommit message (Expand)Author
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-08-18[MLIR] Fix Liveness analysis handling of unreachable code (#153973)Mehdi Amini
2025-04-02[mlir][liveness] fix bugs in liveness analysis (#133416)donald chen
2024-11-12[mlir] Add a null pointer check in symbol lookup (#115165)Shlomi Regev
2024-08-22[mlir][dataflow] Propagate errors from `visitOperation` (#105448)Ivan Butygin
2024-05-24[mlir][test] Fix filecheck annotation typos (#92897)klensy
2024-01-04[mlir][dataflow]Fix dense backward dataflow intraprocedural hook (#76865)drblallo
2023-12-18[mlir] fix filecheck prefixes in a dataflow test (#75794)Oleksandr "Alex" Zinenko
2023-12-18[mlir] support non-interprocedural dataflow analyses (#75583)Oleksandr "Alex" Zinenko
2023-10-22[mlir][DeadCodeAnalysis] Don't Require `RegionBranchTerminatorOpInterface` in...Justin Fargnoli
2023-10-05[mlir][dataflow] Remove early exit in dead code analysis for zero-operand ret...Jacob Mai Peng
2023-09-14[mlir] Allow loop-like operations in `AbstractDenseForwardDataFlowAnalysis` (...vic
2023-08-11[MLIR][analysis] Fix call op handling in sparse backward dataflowSrishti Srivastava
2023-07-29[MLIR][analysis] Fix error in the sparse backward dataflow analysisSrishti Srivastava
2023-07-21[MLIR][ANALYSIS] Add liveness analysis utilitySrishti Srivastava
2023-07-21[mlir] allow region branch spec from parent op to itselfAlex Zinenko
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-01-25[mlir] fix crash when call a function declXiang Li
2022-12-13[mlir] Implement backward dataflow.Matthias Kramm
2022-11-28[mlir][NFC] Remove trailing whitespaces from `*.td` and `*.mlir` files.Hanhan Wang
2022-07-07[mlir] An implementation of dense data-flow analysisMogball
2022-06-30[mlir] Add Dead Code AnalysisMogball