[PATCH] D29878: [lld/LTO] Add support for optimization remarks

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 12 15:06:42 PST 2017


davide created this revision.

Quite easy now that the yak is shaved.
For info on the feature: http://llvm.org/devmtg/2016-11/Slides/Nemet-Compiler-assistedPerformanceAnalysis.pdf
Makes much easier to visualize optimization decisions (loop vectorizations, inlining decisions etc..). I plan to use it for tuning profile-guided inlining.
This was only supported for Mach-O, but I happen to be interested in another object format.


https://reviews.llvm.org/D29878

Files:
  ELF/Config.h
  ELF/Driver.cpp
  ELF/LTO.cpp
  ELF/Options.td
  test/ELF/lto/opt-remarks.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29878.88148.patch
Type: text/x-patch
Size: 5024 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170212/b398773c/attachment.bin>


More information about the llvm-commits mailing list