[PATCH] D29259: [PGO] make graph view internal options available for all builds
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 28 18:42:57 PST 2017
davidxl created this revision.
The options are very useful for performance analysis which is commonly done with release build compilers. The binary size impact is really tiny -- increased by about 0.03%.
https://reviews.llvm.org/D29259
Files:
lib/Analysis/BlockFrequencyInfo.cpp
lib/CodeGen/MachineBlockFrequencyInfo.cpp
lib/CodeGen/MachineBlockPlacement.cpp
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29259.86191.patch
Type: text/x-patch
Size: 4400 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170129/dc248df6/attachment.bin>
More information about the llvm-commits
mailing list