This is an archive of the discontinued LLVM Phabricator instance.

[Inlining] Add PreInlineThreshold for the new pass manager
ClosedPublic

Authored by kazu on Jan 13 2020, 6:35 AM.

Details

Summary

This patch makes it easy to try out different preinlining thresholds
with a command-line switch just like -preinline-threshold for the
legacy pass manager.

Diff Detail

Event Timeline

kazu created this revision.Jan 13 2020, 6:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 13 2020, 6:35 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
davidxl accepted this revision.Jan 13 2020, 7:51 AM

lgtm

This revision is now accepted and ready to land.Jan 13 2020, 7:51 AM
This revision was automatically updated to reflect the committed changes.