[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
Wed Oct 10 16:15:49 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL344200: Add a flag to remap manglings when reading profile data information. (authored by rsmith, committed by ).
Herald added a subscriber: dang.

Changed prior to commit:
  https://reviews.llvm.org/D51249?vs=162728&id=169125#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D51249

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51249.169125.patch
Type: text/x-patch
Size: 21909 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181010/35cefd1e/attachment-0001.bin>


More information about the llvm-commits mailing list