summaryrefslogtreecommitdiff
path: root/mlir/test/Analysis
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-10-13[mlir][LocalAliasAnalysis] Check for `memref.distinct_objects` in `LocalAlias...Ivan Butygin
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-11-10[mlir][IR] `DominanceInfo`: Fix inconsistency in proper block/op dominance (#...Matthias Springer
2024-08-22[mlir][dataflow] Propagate errors from `visitOperation` (#105448)Ivan Butygin
2024-06-14[mlir][test] Fix filecheck annotation typos [2/n] (#93476)klensy
2024-05-24[mlir][test] Fix filecheck annotation typos (#92897)klensy
2024-05-23[mlir] Fix liveness analysis for block arguments (#88848)Ivan Kulagin
2024-05-22[MLIR][Analysis] Consolidate topological sort utilities (#92563)Christian Ulmann
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-04-05[mlir][Analysis] Introduce LoopInfo in mlirChristian Ulmann
2023-02-22[mlir][Analysis] Guard data flow analysis from no block functionKai Sasaki
2023-01-25[mlir] fix crash when call a function declXiang Li
2022-12-21[mlir] Make `LocalAliasAnalysis` extesibleIvan Butygin
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-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith
2022-10-05[mlir][Linalg] NFC - Add bbarg pretty printing to linalg::genericNicolas Vasilache
2022-09-09[mlir][CallGraph] Add special call graph node for representing unknown calleesMarkus Böck
2022-07-15[MLIR][Liveness] Add `currentlyLiveValues`, a way to get a set of values that...bzcheeseman
2022-07-07[mlir] Delete ForwardDataFlowAnalysisMogball
2022-07-07[mlir] An implementation of dense data-flow analysisMogball
2022-06-30[mlir] Add Dead Code AnalysisMogball
2022-06-14(Reland)[mlir] Add a generic data-flow analysis frameworkMogball
2022-06-14Revert "[mlir] Add a generic data-flow analysis framework"Frederik Gossen
2022-06-14[mlir] Add a generic data-flow analysis frameworkMogball
2022-06-13[mlir] Support getSuccessorInputs from parent opMogball
2022-05-06[mlir] Remove special case parsing/printing of `func` operationsRiver Riddle
2022-04-28[mlir] Attach InferTypeOpInterface on SameOperandsAndResultType operations wh...River Riddle
2022-04-25[mlir] Allow data flow analysis of non-control flow branch argumentsKrzysztof Drewniak
2022-04-22[mlir] Add shape.funcJacques Pienaar
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Analysis/ t...River Riddle
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle
2022-03-08[mlir][test] Generalize a bunch of FuncOp based passes to run on any operatio...River Riddle
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle