[PATCH] D117313: [AMDGPU][GFX10][MC] Updated symbolic names of internal HW registers

Dmitry Preobrazhensky via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 14 07:02:18 PST 2022


dp created this revision.
dp added reviewers: rampitec, foad.
Herald added subscribers: kerbowa, hiraditya, t-tye, tpr, dstuttard, yaxunl, nhaehnle, jvesely, kzhuravl, arsenm.
dp requested review of this revision.
Herald added subscribers: llvm-commits, wdng.
Herald added a project: LLVM.

GFX10 no longer support HW_ID. It has been replaced with HW_ID1 and HW_ID2.
See bug 52904 <https://github.com/llvm/llvm-project/issues/52904>.


https://reviews.llvm.org/D117313

Files:
  llvm/docs/AMDGPU/gfx10_hwreg.rst
  llvm/lib/Target/AMDGPU/SIDefines.h
  llvm/lib/Target/AMDGPU/Utils/AMDGPUAsmUtils.cpp
  llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  llvm/test/MC/AMDGPU/sopk.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117313.399969.patch
Type: text/x-patch
Size: 6286 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220114/66bd4974/attachment.bin>


More information about the llvm-commits mailing list