[PATCH] D52356: [PassTiming] cleaning up legacy PassTimingInfo interface. NFCI.
Fedor Sergeev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 24 07:21:36 PDT 2018
fedor.sergeev added a comment.
In https://reviews.llvm.org/D52356#1243299, @philip.pfaffe wrote:
> Is that remaining change still useful? Does it make sense to revert instead?
At the very least we need the move from LegacyPassManager.cpp into PassTimingInfo.cpp, to consolidate different implementations of time-passes in a single source file.
You can see this change (compared to pre-rL340872) as a move with cleanup.
Repository:
rL LLVM
https://reviews.llvm.org/D52356
More information about the llvm-commits
mailing list