This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Relax verification of soffset in scalar stores
ClosedPublic

Authored by rampitec on Jun 28 2022, 3:08 PM.

Details

Summary

It must use m0 only on GFX8. Later chips can use ang SGPR.

Diff Detail

Event Timeline

rampitec created this revision.Jun 28 2022, 3:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 28 2022, 3:08 PM
rampitec requested review of this revision.Jun 28 2022, 3:08 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 28 2022, 3:08 PM
Herald added a subscriber: wdng. · View Herald Transcript

Should get a verifier test

rampitec updated this revision to Diff 440799.Jun 28 2022, 3:54 PM

Added verifier test.

arsenm accepted this revision.Jun 28 2022, 3:54 PM
This revision is now accepted and ready to land.Jun 28 2022, 3:54 PM
This revision was landed with ongoing or failed builds.Jun 28 2022, 4:10 PM
This revision was automatically updated to reflect the committed changes.