summaryrefslogtreecommitdiff
path: root/mlir/test/lib/IR/TestVisitors.cpp
AgeCommit message (Expand)Author
2024-02-19Apply clang-tidy fixes for llvm-else-after-return in TestVisitors.cpp (NFC)Mehdi Amini
2023-12-20[mlir][IR] Change block/region walkers to enumerate `this` block/region (#75020)Matthias Springer
2023-08-31[mlir] Move FunctionInterfaces to Interfaces directory and inherit from Calla...Martin Erhart
2023-03-22[mlir][IR] Add ReverseDominanceIterator for IR walkersMatthias Springer
2023-03-13[mlir][IR] Add ForwardDominanceIterator for IR walkersMatthias Springer
2023-03-06[mlir][IR][NFC] Move `walk` definitions to header fileMatthias Springer
2022-04-07[mlir][NFC] Drop a few unnecessary includes from Pass.hRiver Riddle
2022-04-04[mlir] Rework the implementation of TypeIDRiver Riddle
2022-03-08[mlir][test] Generalize a bunch of FuncOp based passes to run on any operatio...River Riddle
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-06-16Migrate MLIR test passes to the new registration APIMehdi Amini
2021-03-06[mlir] Add 'Skip' result to Operation visitorDiego Caballero