See bugs 35494 and 35559:
https://bugs.llvm.org/show_bug.cgi?id=35494
https://bugs.llvm.org/show_bug.cgi?id=35559
There is a related issue: 256- and 512-bit ttmp tuples are not supported (bug 35561).
This issue will be addressed separately.
Paths
| Differential D41007
[AMDGPU][MC][GFX9] Corrected encoding of ttmp registers, disabled tba/tma ClosedPublic Authored by dp on Dec 8 2017, 6:58 AM.
Details Summary See bugs 35494 and 35559: https://bugs.llvm.org/show_bug.cgi?id=35494 There is a related issue: 256- and 512-bit ttmp tuples are not supported (bug 35561).
Diff Detail
Event TimelineHerald added subscribers: t-tye, tpr, dstuttard and 4 others. · View Herald TranscriptDec 8 2017, 6:58 AM This revision now requires changes to proceed.Dec 8 2017, 7:35 AM
This revision is now accepted and ready to land.Dec 8 2017, 8:37 AM Closed by commit rL320375: [AMDGPU][MC][GFX9] Corrected encoding of ttmp registers, disabled tba/tma (authored by dpreobra). · Explain WhyDec 11 2017, 7:24 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 126360 llvm/trunk/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
llvm/trunk/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
llvm/trunk/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
llvm/trunk/lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp
llvm/trunk/lib/Target/AMDGPU/SIDefines.h
llvm/trunk/lib/Target/AMDGPU/SIRegisterInfo.cpp
llvm/trunk/lib/Target/AMDGPU/SIRegisterInfo.td
llvm/trunk/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
llvm/trunk/test/MC/AMDGPU/literalv216-err.s
llvm/trunk/test/MC/AMDGPU/trap.s
llvm/trunk/test/MC/AMDGPU/vop1-gfx9-err.s
llvm/trunk/test/MC/AMDGPU/vop_sdwa.s
llvm/trunk/test/MC/Disassembler/AMDGPU/sdwa_gfx9.txt
llvm/trunk/test/MC/Disassembler/AMDGPU/trap_gfx9.txt
|