Split out from https://reviews.llvm.org/D51240, see that patch for full
context.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 21908 Build 21908: arc lint + arc unit
Paths
| Differential D51249
Add flag to enable profile remapping to external interfaces to LLVM. ClosedPublic Authored by rsmith on Aug 24 2018, 6:30 PM.
Details
Diff Detail
Event TimelineHerald added subscribers: dexonsmith, steven_wu, mehdi_amini. · View Herald TranscriptAug 24 2018, 6:30 PM This revision is now accepted and ready to land.Sep 4 2018, 10:25 AM Closed by commit rL344200: Add a flag to remap manglings when reading profile data information. (authored by rsmith). · Explain WhyOct 10 2018, 4:15 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 162531 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
|
add some brief description on what the remapping file is for.