[PATCH] D51274: [NFC][PassTiming] factor out generic PassTimingInfo

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 30 00:39:58 PDT 2018


fedor.sergeev added a comment.

Oh, well... it appears that this NFC was not exactly NFC after all :(

Before this change time information was aggregated per instance of Pass (Pass*), after this change time information is aggregated per name of Pass (P->getArgument()),
which causes information about multiple instances of the same pass to be aggregated into a single line.
Will do a followup that solves this problem.


Repository:
  rL LLVM

https://reviews.llvm.org/D51274





More information about the llvm-commits mailing list