[PATCH] D51276: [New PM][PassTiming] implement -time-passes for the new pass manager
Fedor Sergeev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 3 03:24:04 PDT 2018
fedor.sergeev added a comment.
In https://reviews.llvm.org/D51276#1221908, @philip.pfaffe wrote:
> 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.
Yes, this is planned... but not in this particular change :)
Repository:
rL LLVM
https://reviews.llvm.org/D51276
More information about the llvm-commits
mailing list