InlineHintThreshold and HotCallsiteThreshold are now optional. Also fixes a superfluous comparison while applying hot callsite threshold. NFC.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D23386
Make more fields of InlineParams optional. ClosedPublic Authored by eraman on Aug 10 2016, 5:13 PM.
Details Summary InlineHintThreshold and HotCallsiteThreshold are now optional. Also fixes a superfluous comparison while applying hot callsite threshold. NFC.
Diff Detail
Event Timelineeraman updated this object. This revision is now accepted and ready to land.Aug 10 2016, 6:09 PM Closed by commit rL278312: Make more fields of InlineParams Optional. (authored by eraman). · Explain WhyAug 10 2016, 9:06 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 67650 llvm/trunk/include/llvm/Analysis/InlineCost.h
llvm/trunk/lib/Analysis/InlineCost.cpp
|