[llvm] [AMDGPU][True16] Support source DPP operands. (PR #79025)
Joe Nash via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 22 11:16:11 PST 2024
================
@@ -485,8 +485,8 @@ class MUBUF_Load_Pseudo <string opName,
list<dag> pattern=[],
// Workaround bug bz30254
int addrKindCopy = addrKind,
- RegisterClass vdata_rc = getVregSrcForVT<vdata_vt>.ret,
- RegisterOperand vdata_op = getLdStVDataRegisterOperand<vdata_rc, isTFE>.ret>
+ RegisterOperand vdata_rc = getVregSrcForVT<vdata_vt>.ret,
----------------
Sisyph wrote:
Nit: This is not a RegisterClass anymore, so the name vdata_rc doesn't make much sense. This field only looks to be used in calculating vdata_op, and can probably be removed.
https://github.com/llvm/llvm-project/pull/79025
More information about the llvm-commits
mailing list