mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
6c08b3c582
This patch adds the instrumentation for indirect call value profiling. It finds all the indirect call-sites and generates instrprof_value_profile intrinsic calls. A new opt level option -disable-vp is introduced to disable this instrumentation. Reviewers: davidxl, betulb, vsk Differential Revision: http://reviews.llvm.org/D16016 llvm-svn: 258417 |
||
---|---|---|
.. | ||
Inputs | ||
branch1.ll | ||
branch2.ll | ||
criticaledge.ll | ||
diag_mismatch.ll | ||
diag_no_funcprofdata.ll | ||
diag_no_profile.ll | ||
indirect_call_profile.ll | ||
landingpad.ll | ||
loop1.ll | ||
loop2.ll | ||
single_bb.ll | ||
switch.ll |