[PATCH] D36351: [lld][ELF] Add profile guided section layout

Michael Spencer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 22 17:09:05 PDT 2018


Bigcheese updated this revision to Diff 139535.
Bigcheese added a comment.

Apply review comments.

After discussing the floating point issue with people and checking compilers, I believe this specific use is safe as there is no opportunity to form FMAs and it only uses division and comparison.


https://reviews.llvm.org/D36351

Files:
  ELF/CMakeLists.txt
  ELF/CallGraphSort.cpp
  ELF/CallGraphSort.h
  ELF/Config.h
  ELF/Driver.cpp
  ELF/Options.td
  ELF/Writer.cpp
  test/ELF/cgprofile-icf.s
  test/ELF/cgprofile-txt.s
  test/ELF/cgprofile-warn.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36351.139535.patch
Type: text/x-patch
Size: 22203 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180323/d2cdf05c/attachment.bin>


More information about the llvm-commits mailing list