This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Add an implicit use of M0 to all V_MOV_B32_indirect_read/write
ClosedPublic

Authored by foad on Nov 19 2021, 5:51 AM.

Details

Summary

NFCI. Previously the implicit use was added to V_MOV_B32_indirect_read
when building the instruction. V_MOV_B32_indirect_write didn't have an
implicit use of M0 at all, but apparently it did not cause any problems.

Diff Detail

Event Timeline

foad created this revision.Nov 19 2021, 5:51 AM
foad requested review of this revision.Nov 19 2021, 5:51 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 19 2021, 5:51 AM
rampitec accepted this revision.Nov 19 2021, 10:06 AM
This revision is now accepted and ready to land.Nov 19 2021, 10:06 AM