summaryrefslogtreecommitdiff
path: root/mlir/test/lib/Analysis/TestSlice.cpp
AgeCommit message (Expand)Author
2024-05-22[MLIR][Analysis] Consolidate topological sort utilities (#92563)Christian Ulmann
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
2022-01-18[mlir][Pass] Deprecate FunctionPass in favor of OperationPass<FuncOp>River Riddle
2021-12-08Adjust "end namespace" comment in MLIR to match new agree'd coding styleMehdi Amini
2021-11-10[mlir] Make topologicalSort iterative and consider op regionsthomasraoux