Add indirect call promotion to SamplePGO
authorDehao Chen <dehao@google.com>
Fri, 20 Jan 2017 22:56:07 +0000 (22:56 +0000)
committerDehao Chen <dehao@google.com>
Fri, 20 Jan 2017 22:56:07 +0000 (22:56 +0000)
commit77079003dd3f55528b085d88a137a952548dfc6e
treee86037d994ab65886356606c890ec31a91d33d53
parent8c69cffe1536a85a82b4e6241948963ccdda2c32
Add indirect call promotion to SamplePGO

Summary: This patch adds metadata for indirect call promotion in the sample profile loader.

Reviewers: xur, davidxl, dnovillo

Reviewed By: davidxl

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D28923

llvm-svn: 292672
llvm/include/llvm/ProfileData/SampleProf.h
llvm/lib/Transforms/IPO/SampleProfile.cpp
llvm/test/Transforms/SampleProfile/Inputs/indirect-call.prof [new file with mode: 0644]
llvm/test/Transforms/SampleProfile/indirect-call.ll [new file with mode: 0644]