[PATCH] D51276: [New PM][PassTiming] implement -time-passes for the new pass manager

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 3 03:22:57 PDT 2018


philip.pfaffe added a comment.

Instead of using a global timer registry, this should get a per-compilation registry from the PassExecutionCounter.

That way we get rid of another global, and don't prevent running multiple pipelines in parallel.


Repository:
  rL LLVM

https://reviews.llvm.org/D51276





More information about the llvm-commits mailing list