This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] SILoadStoreOptimizer: use separate lists for AGPR instructions
ClosedPublic

Authored by foad on Jan 27 2022, 7:08 AM.

Details

Summary

Using separate lists for AGPR and non-AGPR instructions seems like a
cleaner solution than putting them all in the same list and then later
refusing to merge instructions of different AGPR-ness.

Diff Detail

Event Timeline

foad created this revision.Jan 27 2022, 7:08 AM
foad requested review of this revision.Jan 27 2022, 7:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 27 2022, 7:08 AM
This revision is now accepted and ready to land.Jan 27 2022, 9:56 AM
This revision was landed with ongoing or failed builds.Jan 27 2022, 10:23 AM
This revision was automatically updated to reflect the committed changes.