This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Move perfhint analysis
ClosedPublic

Authored by rampitec on Jul 8 2021, 12:43 PM.

Details

Summary

This is SCC pass, moving it to the end of SCC PM saves one
Function PM. This needs the analysis to take into account
memory access width since it is now places after the
load/store optimizer (D105651).

Diff Detail

Event Timeline

rampitec created this revision.Jul 8 2021, 12:43 PM
rampitec requested review of this revision.Jul 8 2021, 12:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 8 2021, 12:43 PM
Herald added a subscriber: wdng. · View Herald Transcript
rampitec updated this revision to Diff 358680.Jul 14 2021, 11:36 AM
rampitec added a reviewer: foad.

Rebased.

foad accepted this revision.Jul 15 2021, 3:35 AM

This looks fine once D105651 is accepted.

This revision is now accepted and ready to land.Jul 15 2021, 3:35 AM
This revision was landed with ongoing or failed builds.Jul 21 2021, 1:08 PM
This revision was automatically updated to reflect the committed changes.