[llvm] AMDGPU: Change DS classes to use RegisterOperand parameters (PR #156580)
Joe Nash via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 4 06:52:26 PDT 2025
================
@@ -1303,6 +1303,22 @@ def VGPRSrc_16 : RegisterOperand<VGPR_16> {
let EncoderMethod = "getMachineOpValueT16";
}
+// TODO: These cases should use default target alignment
----------------
Sisyph wrote:
I will take a shot at unifying these. I agree the name VGPROp_ is better.
https://github.com/llvm/llvm-project/pull/156580
More information about the llvm-commits
mailing list