aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Analysis
AgeCommit message (Expand)AuthorFilesLines
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
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle7-7/+7
2022-03-08[mlir][test] Generalize a bunch of FuncOp based passes to run on any operatio...River Riddle4-4/+4
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle3-29/+29
2022-02-02[mlir] Move SelectOp from Standard to ArithmeticRiver Riddle1-1/+1
2022-01-14[mlir] Remove getNumberOfExecutions from RegionBranchOpInterfaceEugene Zhulenev2-258/+0
2021-11-10[mlir] Make topologicalSort iterative and consider op regionsthomasraoux1-0/+21
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball6-121/+121
2021-09-24[mlir] Create a generic reduction detection utilityDiego Caballero1-0/+114
2021-08-31Add a new interface allowing to set a default dialect to be used for printing...Mehdi Amini1-1/+1
2021-07-28[mlir] Set the namespace of the BuiltinDialect to 'builtin'River Riddle2-2/+2
2021-05-27[mlir] Add support for querying the ModRef behavior from the AliasAnalysis classRiver Riddle1-0/+67
2021-05-26[mlir] LocalAliasAnalysis: Assume allocation scope to function scope if canno...Butygin1-10/+8