[PATCH] D51249: Add flag to enable profile remapping to external interfaces to LLVM.

Richard Smith - zygoloid via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 27 12:43:12 PDT 2018


rsmith updated this revision to Diff 162728.
rsmith marked 2 inline comments as done.
rsmith added a comment.

Update comments as requested.


Repository:
  rL LLVM

https://reviews.llvm.org/D51249

Files:
  include/llvm/LTO/Config.h
  include/llvm/Passes/PassBuilder.h
  include/llvm/Transforms/IPO/SampleProfile.h
  include/llvm/Transforms/Instrumentation/PGOInstrumentation.h
  lib/LTO/LTO.cpp
  lib/LTO/LTOBackend.cpp
  lib/Passes/PassBuilder.cpp
  lib/Transforms/IPO/SampleProfile.cpp
  lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  test/Transforms/PGOProfile/Inputs/remap.map
  test/Transforms/PGOProfile/Inputs/remap.proftext
  test/Transforms/PGOProfile/remap.ll
  test/Transforms/SampleProfile/Inputs/remap.map
  test/Transforms/SampleProfile/Inputs/remap.prof
  test/Transforms/SampleProfile/remap.ll
  tools/opt/NewPMDriver.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51249.162728.patch
Type: text/x-patch
Size: 21150 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180827/0d6811dd/attachment.bin>


More information about the llvm-commits mailing list