This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Exclude always_inline from max bb threshold
ClosedPublic

Authored by rampitec on Mar 2 2021, 11:13 AM.

Details

Summary

Honor always_inline attribute when processing -amdgpu-inline-max-bb.
It was lost during the ports of the heuristic. There is no reason
to honor inline hint, but not always inline.

Diff Detail

Event Timeline

rampitec created this revision.Mar 2 2021, 11:13 AM
rampitec requested review of this revision.Mar 2 2021, 11:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2021, 11:13 AM
Herald added a subscriber: wdng. · View Herald Transcript
arsenm accepted this revision.Mar 2 2021, 6:21 PM
This revision is now accepted and ready to land.Mar 2 2021, 6:21 PM
This revision was landed with ongoing or failed builds.Mar 3 2021, 10:22 AM
This revision was automatically updated to reflect the committed changes.