This is an archive of the discontinued LLVM Phabricator instance.

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

Repository
rL LLVM

Event Timeline

eraman updated this revision to Diff 67634.Aug 10 2016, 5:13 PM
eraman retitled this revision from to Make more fields of InlineParams optional. .
eraman updated this object.
eraman added a reviewer: davidxl.
eraman added subscribers: chandlerc, llvm-commits.
chandlerc accepted this revision.Aug 10 2016, 6:09 PM
chandlerc added a reviewer: chandlerc.

LGTM

This revision is now accepted and ready to land.Aug 10 2016, 6:09 PM
This revision was automatically updated to reflect the committed changes.