aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Analysis
AgeCommit message (Expand)AuthorFilesLines
2026-01-05[mlir] Use wouldOpBeTriviallyDead in LivenessAnalysis (#174362)neildhar1-3/+23
2026-01-02[mlir][dataflow] Add new visitNonControlFlowArgumentst API to SparseBackwardD...lonely eagle1-0/+42
2025-11-27[mlir][dataflow] Add arguemnt print for test-liveness-analysis (#169625)lonely eagle1-1/+13
2025-10-14Reland "[mlir] Add strided metadata range dataflow analysis" (#163403)" (#163...Fabian Mora1-0/+67
2025-10-14Revert "[mlir] Add strided metadata range dataflow analysis" (#163403)Fabian Mora1-67/+0
2025-10-14[mlir] Add strided metadata range dataflow analysis (#161280)Fabian Mora1-0/+67
2025-10-13[mlir][LocalAliasAnalysis] Check for `memref.distinct_objects` in `LocalAlias...Ivan Butygin1-0/+16
2025-08-18[MLIR] Fix Liveness analysis handling of unreachable code (#153973)Mehdi Amini1-0/+20
2025-04-02[mlir][liveness] fix bugs in liveness analysis (#133416)donald chen1-2/+35
2024-11-12[mlir] Add a null pointer check in symbol lookup (#115165)Shlomi Regev1-0/+4
2024-11-10[mlir][IR] `DominanceInfo`: Fix inconsistency in proper block/op dominance (#...Matthias Springer1-210/+585
2024-08-22[mlir][dataflow] Propagate errors from `visitOperation` (#105448)Ivan Butygin1-0/+8
2024-06-14[mlir][test] Fix filecheck annotation typos [2/n] (#93476)klensy1-4/+4
2024-05-24[mlir][test] Fix filecheck annotation typos (#92897)klensy1-2/+2
2024-05-23[mlir] Fix liveness analysis for block arguments (#88848)Ivan Kulagin1-0/+24
2024-05-22[MLIR][Analysis] Consolidate topological sort utilities (#92563)Christian Ulmann2-18/+151
2024-01-04[mlir][dataflow]Fix dense backward dataflow intraprocedural hook (#76865)drblallo1-0/+18
2023-12-18[mlir] fix filecheck prefixes in a dataflow test (#75794)Oleksandr "Alex" Zinenko1-55/+55
2023-12-18[mlir] support non-interprocedural dataflow analyses (#75583)Oleksandr "Alex" Zinenko3-69/+286
2023-10-22[mlir][DeadCodeAnalysis] Don't Require `RegionBranchTerminatorOpInterface` in...Justin Fargnoli1-0/+7
2023-10-05[mlir][dataflow] Remove early exit in dead code analysis for zero-operand ret...Jacob Mai Peng2-0/+29
2023-09-14[mlir] Allow loop-like operations in `AbstractDenseForwardDataFlowAnalysis` (...vic1-0/+119
2023-08-11[MLIR][analysis] Fix call op handling in sparse backward dataflowSrishti Srivastava2-7/+40
2023-07-29[MLIR][analysis] Fix error in the sparse backward dataflow analysisSrishti Srivastava2-20/+50
2023-07-21[MLIR][ANALYSIS] Add liveness analysis utilitySrishti Srivastava1-0/+233
2023-07-21[mlir] allow region branch spec from parent op to itselfAlex Zinenko1-16/+4
2023-07-21[mlir] allow dense dataflow to customize call and region operationsAlex Zinenko3-2/+352
2023-07-11[mlir] add backward dense dataflow analysisAlex Zinenko1-0/+359
2023-04-05[mlir][Analysis] Introduce LoopInfo in mlirChristian Ulmann1-0/+115
2023-02-22[mlir][Analysis] Guard data flow analysis from no block functionKai Sasaki1-0/+7
2023-01-25[mlir] fix crash when call a function declXiang Li1-0/+14
2022-12-21[mlir] Make `LocalAliasAnalysis` extesibleIvan Butygin1-0/+15
2022-12-13[mlir] Implement backward dataflow.Matthias Kramm1-0/+248
2022-11-28[mlir][NFC] Remove trailing whitespaces from `*.td` and `*.mlir` files.Hanhan Wang2-20/+20
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith7-7/+7
2022-10-05[mlir][Linalg] NFC - Add bbarg pretty printing to linalg::genericNicolas Vasilache1-5/+5
2022-09-09[mlir][CallGraph] Add special call graph node for representing unknown calleesMarkus Böck1-1/+28
2022-07-15[MLIR][Liveness] Add `currentlyLiveValues`, a way to get a set of values that...bzcheeseman1-24/+201
2022-07-07[mlir] Delete ForwardDataFlowAnalysisMogball1-24/+0
2022-07-07[mlir] An implementation of dense data-flow analysisMogball2-0/+182
2022-06-30[mlir] Add Dead Code AnalysisMogball1-0/+248
2022-06-14(Reland)[mlir] Add a generic data-flow analysis frameworkMogball1-0/+95
2022-06-14Revert "[mlir] Add a generic data-flow analysis framework"Frederik Gossen1-95/+0
2022-06-14[mlir] Add a generic data-flow analysis frameworkMogball1-0/+95
2022-06-13[mlir] Support getSuccessorInputs from parent opMogball1-0/+25
2022-05-06[mlir] Remove special case parsing/printing of `func` operationsRiver Riddle2-3/+3
2022-04-28[mlir] Attach InferTypeOpInterface on SameOperandsAndResultType operations wh...River Riddle1-2/+2
2022-04-25[mlir] Allow data flow analysis of non-control flow branch argumentsKrzysztof Drewniak1-0/+24
2022-04-22[mlir] Add shape.funcJacques Pienaar1-2/+2
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Analysis/ t...River Riddle8-41/+41