[PATCH] D103185: [AMDGPU][MC][GFX90A] Corrected DS_GWS opcodes
Dmitry Preobrazhensky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 26 10:08:47 PDT 2021
dp created this revision.
dp added a reviewer: rampitec.
Herald added subscribers: foad, 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.
It turned out that DS_GWS opcodes must use even aligned registers.
A separate change is needed to address the issue in codegen.
https://reviews.llvm.org/D103185
Files:
llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
llvm/test/MC/AMDGPU/gfx90a_err.s
llvm/test/MC/AMDGPU/gfx90a_err_pos.s
llvm/test/MC/AMDGPU/gfx90a_ldst_acc.s
llvm/test/MC/Disassembler/AMDGPU/gfx90a_ldst_acc.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103185.348010.patch
Type: text/x-patch
Size: 14146 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210526/966c34b8/attachment.bin>
More information about the llvm-commits
mailing list