This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU][NFC] Allow separate RC for VOP3 DPP Dst
ClosedPublic

Authored by Joe_Nash on Aug 25 2022, 10:11 AM.

Details

Summary

Create a field in VOPProfile called DstRCVOP3DPP to allow the VOP3
versions of DPP instructions to have a different destination register
class than the non-VOP3 encoding. NFC for current instructions, but
planned to be functional in upcoming ones.

Diff Detail

Event Timeline

Joe_Nash created this revision.Aug 25 2022, 10:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 25 2022, 10:11 AM
Joe_Nash requested review of this revision.Aug 25 2022, 10:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 25 2022, 10:11 AM
rampitec accepted this revision.Aug 26 2022, 11:41 AM
This revision is now accepted and ready to land.Aug 26 2022, 11:41 AM
This revision was automatically updated to reflect the committed changes.