[PATCH] D17212: [ThinLTO] Support for reference graph in per-module and combined summary.
Teresa Johnson via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 11 11:09:01 PST 2016
tejohnson added a comment.
This is the same as what was reviewed, except for 2 small changes that can be post-commit reviewed:
Mehdi: A bad interaction between my changes and your libLTO interfaces committed this week (which merges into the first index when creating the combined index, instead of creating a new combined index and merging everything into it). See removeEmptySummaryEntries() and its callsite for the detailed explanation of what I needed to do since I am now parsing the VST first and need to do some eager creation of index entries that was being cleaned up as we merged the indexes.
Easwaran: Updated getBlockProfileCount as per our conversation this morning to do the multiplication before the integer divide in order to avoid inaccuracies due to truncation.
Repository:
rL LLVM
http://reviews.llvm.org/D17212
More information about the llvm-commits
mailing list