[PATCH] D69331: [LegacyPM] Port CGProfile pass
Eugene Leviant via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 23 03:04:16 PDT 2019
evgeny777 created this revision.
evgeny777 added reviewers: compnerd, tejohnson, davide, Bigcheese, mehdi_amini.
Herald added a subscriber: dexonsmith.
This allows generating CG profile using legacy pass manager
https://reviews.llvm.org/D69331
Files:
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
include/llvm/Transforms/IPO.h
include/llvm/Transforms/Instrumentation/CGProfile.h
lib/Transforms/IPO/PassManagerBuilder.cpp
lib/Transforms/Instrumentation/CGProfile.cpp
test/Other/opt-O2-pipeline.ll
test/Other/opt-O3-pipeline.ll
test/Other/opt-Os-pipeline.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69331.226107.patch
Type: text/x-patch
Size: 8409 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191023/f2712278/attachment.bin>
More information about the llvm-commits
mailing list