aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Pass
AgeCommit message (Expand)AuthorFilesLines
2024-06-14[mlir] Do not merge blocks during canonicalization by default (#95057)Mehdi Amini1-2/+2
2024-05-24[mlir][Pass] Add new FileTreeIRPrinterConfig (#67840)Christopher Bate1-0/+41
2024-04-03[mlir] Enhance TimingManager Printing Flexibility (#85821)Hsiangkai Wang1-0/+32
2024-01-03[mlir][Pass] Enable the option for reproducer generation without crashing (#7...Puyan Lotfi1-0/+10
2023-10-02[mlir] Add an Observer for profiling actions to a stream. (#67251)Antonio Cortes Perez1-0/+6
2023-09-10Fix logic to detect cl::option equality. (#65754)Christian Sigg1-5/+7
2023-06-20[mlir][Pass] Check supported op types before running a passMatthias Springer1-1/+11
2023-05-04Restore mlir-opt `--run-reproducer` option to opt-in running a reproducerMehdi Amini1-2/+2
2023-04-29Add an action for each iteration of the GreedyPatternRewriteDriverMehdi Amini2-14/+14
2023-04-23Remove `-action` suffix from the tag defining an Action: it is redundant hereMehdi Amini2-16/+16
2023-04-21Add a breakpoint manager that matches based on File/Line/Col LocationsMehdi Amini1-0/+60
2023-04-21Revert "Add a breakpoint manager that matches based on File/Line/Col Locations"Mehdi Amini1-60/+0
2023-04-21Add a breakpoint manager that matches based on File/Line/Col LocationsMehdi Amini1-0/+60
2023-04-02[mlir] Catch the case using ir print without disabling multithreadKai Sasaki1-0/+3
2023-03-20Add capture of "IRUnits" as context for an MLIR ActionMehdi Amini1-4/+5
2023-03-20Add an Observer for logging actions application to a streamMehdi Amini1-0/+6
2023-03-08[LSAN] Disable leaks in test using environment variables instead of not runni...Kirill Stoimenov2-3/+5
2023-01-30[mlir][Pass] Handle spaces in pipeline stringsBruno Schmitt1-0/+6
2023-01-04[mlir] Add `test-convergence` option to Canonicalizer testsMatthias Springer1-1/+1
2022-12-23[mlir] Add option to limit number of pattern rewrites in CanonicalizerPassMatthias Springer1-2/+2
2022-12-07[mlir][Pass] Fix dropped statistics with nested adaptors.Will Dietz1-0/+24
2022-11-03[mlir] Include anchor op in reproducer pipeline stringrkayaith3-5/+8
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith16-47/+53
2022-11-02[mlir][Pass] Disallow mixing -pass-pipeline with other pass optionsrkayaith1-0/+3
2022-11-02[mlir] Don't mix -pass-pipeline with other pass optionsrkayaith1-1/+1
2022-10-20[mlir-opt] Add a '-dump-pass-pipeline' optionrkayaith1-3/+3
2022-10-20[mlir] Include anchor op when printing pass managersrkayaith1-1/+1
2022-09-28[MLIR] Fix after 4b27825.Christian Sigg1-1/+1
2022-09-27[mlir-opt] Support parsing operations other than 'builtin.module' as top-levelrkayaith1-0/+9
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari2-22/+22
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari2-22/+22
2022-07-19[mlir] Fixed ordering of pass statistics.Slava Zakharin1-0/+3
2022-07-15Example:Stella Laurenzo2-22/+22
2022-06-29[mlir] Refactor pass crash reproducer generation to be an assembly resourceRiver Riddle3-13/+15
2022-05-12[mlir] Fix pipeline-parsing.mlir on windowsRiver Riddle1-4/+4
2022-05-12[mlir:Pass] Add support for op-agnostic pass managersRiver Riddle2-0/+43
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Pass/Target...River Riddle12-24/+24
2022-04-20Improve invalid-ir-print-after-failure.mlir to show the effects of -mlir-prin...Mehdi Amini1-6/+10
2022-04-19Print custom assembly on pass failure by defaultMehdi Amini2-0/+13
2022-04-17Revert "[MLIR] Provide a way to print ops in custom form on pass failure"Mehdi Amini1-3/+0
2022-04-17[MLIR] Provide a way to print ops in custom form on pass failureUday Bondhugula1-0/+3
2022-04-12[mlir] Prefix pass manager options with `mlir-`Andrzej Warzynski7-22/+22
2022-04-02[mlir] Allow for using OpPassManager in pass optionsRiver Riddle2-2/+2
2022-03-16[mlir] Move the Builtin FuncOp to the Func dialectRiver Riddle9-42/+42
2022-03-16[mlir] Fix missing verification after running an OpToOpAdaptorPassRiver Riddle1-0/+8
2022-03-11[CommandLine] Remove `may only occur zero or one times!` errorFangrui Song1-2/+1
2022-03-04[mlir][Pass] Add support for an InterfacePass and pass filtering based on Ope...River Riddle2-0/+17
2022-01-26[mlir:PassOptions] Fix parsing of nested option values/better handle escapingRiver Riddle1-2/+2
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball2-2/+2
2021-10-05[mlir:Pass] Generate a reproducer as early as possibleRiver Riddle1-0/+17