This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] SILoadStoreOptimizer: reject AGPR DS_WRITE sooner
ClosedPublic

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

Details

Summary

Rejecting AGPR DS_WRITE instructions before adding them to any mergeable
list seems cleaner than adding them to the list and rejecting them
later.

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:57 AM
This revision was landed with ongoing or failed builds.Jan 27 2022, 10:24 AM
This revision was automatically updated to reflect the committed changes.