aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/Pass/pass-timing.mlir
AgeCommit message (Expand)AuthorFilesLines
2020-05-02[mlir] Add a new context flag for disabling/enabling multi-threadingRiver Riddle1-5/+5
2019-10-24Convert the Canonicalize and CSE passes to generic Operation Passes.River Riddle1-4/+4
2019-09-09Add support for coalescing adjacent nested pass pipelines.River Riddle1-4/+5
2019-09-08Refactor PassTiming to support nested pipelines.River Riddle1-0/+22
2019-09-02Refactor the pass manager to support operations other than FuncOp/ModuleOp.River Riddle1-14/+12
2019-05-06 Enable multi-threading in the pass manager by default.River Riddle1-4/+4
2019-03-29Update the multi-threaded pass timing to not assume that total time will be d...River Riddle1-2/+2
2019-03-29Add support for multi-threaded pass timing.River Riddle1-5/+44
2019-03-29Add a new instrumentation for timing pass and analysis execution. This is mad...River Riddle1-0/+31