[PATCH] D74516: Extend TimeTrace to LLVM's new pass manager
Fedor Sergeev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 9 16:12:38 PDT 2020
fedor.sergeev added a comment.
As an explanation why PassInstrumentation is a better choice - you do not need to manually extend all the individual pass managers,
so you never miss one. This particular change missed at least two of them: RepeatPass and DevirtSCCRepeatedPass.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74516/new/
https://reviews.llvm.org/D74516
More information about the llvm-commits
mailing list