This is an archive of the discontinued LLVM Phabricator instance.

[IPO] Reorder parameters of InlineFunction (NFC)
ClosedPublic

Authored by kazu on Sep 18 2022, 12:18 AM.

Details

Summary

With the recent addition of new parameter MergeAttributes (D134117),
callers need to specify several default parameters before getting to
specify the new parameter.

This patch reorders the parameters so that callers do not have to
specify as many default parameters.

Diff Detail

Event Timeline

kazu created this revision.Sep 18 2022, 12:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 18 2022, 12:18 AM
kazu requested review of this revision.Sep 18 2022, 12:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 18 2022, 12:18 AM
kazu added a comment.Sep 20 2022, 8:50 AM

Please take a look. Thanks!

davidxl accepted this revision.Sep 20 2022, 8:54 AM

lgtm

This revision is now accepted and ready to land.Sep 20 2022, 8:54 AM
This revision was automatically updated to reflect the committed changes.