[AMDGPU] Fix useDeprecatedPositionallyEncodedOperands errors in R600.
authorJames Y Knight <jyknight@google.com>
Fri, 16 Sep 2022 21:21:06 +0000 (17:21 -0400)
committerJames Y Knight <jyknight@google.com>
Sun, 25 Sep 2022 21:55:09 +0000 (17:55 -0400)
commita8c59bcc0198733ed840cb115ba6a078be0c4ad4
tree947c521e834a82337fbf03394212f45a484a217d
parent0f99958e7979a2cb57f997a7ea81649c30c54c02
[AMDGPU] Fix useDeprecatedPositionallyEncodedOperands errors in R600.

This is a follow-on to https://reviews.llvm.org/D134073.

It renames a couple of fields to match their operands, as well as
introducing sub-operand names where required.

This change _only_ fixes the 'R600' half of the target, not the
'AMDGPU' half. Fixing the AMDGPU half will be a significantly more
difficult change (which I've not yet attempted.)

Differential Revision: https://reviews.llvm.org/D134078
llvm/lib/Target/AMDGPU/R600.td
llvm/lib/Target/AMDGPU/R600Instructions.td