"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "dc572a326610eaf0972ece1790f61e5b6404727e"
Invoke GetInlineCost for legality check before inline functions in SampleProfileLoader.
Summary: SampleProfileLoader inlines hot functions if it is inlined in the profiled binary. However, the inline needs to be guarded by legality check, otherwise it could lead to correctness issues. Reviewers: eraman, davidxl Reviewed By: eraman Subscribers: vitalybuka, sanjoy, llvm-commits Differential Revision: https://reviews.llvm.org/D37779 llvm-svn: 313277
Loading
Please register or sign in to comment