[PATCH] D46699: [ThinLTO] Print module summary index to assembly

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 25 09:20:15 PDT 2018


tejohnson added a comment.

Uploading new version momentarily with the following changes:

- Merged in recommended linkage name printer NFC changes (r333281).
- Changed SkipModuleSummaryEntry so that it would handle multi-line summary entries (by skipping the set of nested parentheses).
- Undid changes to SkipLineComment due to the above change.
- Added a test to ensure the round-tripping of summary entries through llvm-as (in test/Bitcode/thinlto-function-summary-callgraph-profile-summary.ll).
- Synced with HEAD

Peter, I'll wait for you to do final sign off.


Repository:
  rL LLVM

https://reviews.llvm.org/D46699





More information about the llvm-commits mailing list