This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Stop looking for implicit M0 uses on MOV instructions
ClosedPublic

Authored by foad on Nov 18 2022, 8:50 AM.

Details

Summary

Before D114230, indirect moves used regular MOV opcodes and were
identified by having an implicit use of M0. Since D114230 they use
dedicated opcodes instead, so remove some old code that checks for
implicit uses of M0. NFCI.

Diff Detail

Event Timeline

foad created this revision.Nov 18 2022, 8:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 18 2022, 8:50 AM
foad requested review of this revision.Nov 18 2022, 8:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 18 2022, 8:50 AM
arsenm accepted this revision.Nov 18 2022, 8:53 AM
This revision is now accepted and ready to land.Nov 18 2022, 8:53 AM
This revision was landed with ongoing or failed builds.Nov 18 2022, 9:00 AM
This revision was automatically updated to reflect the committed changes.