Currently instructions like these cannot be disassembled:
s_add_i32 s0, 0xafaaffff, 0xafaaffff
See bug 32922: https://bugs.llvm.org//show_bug.cgi?id=32922
Paths
| Differential D32912
[AMDGPU][MC] Corrected disassembler to decode instructions with 2 literals ClosedPublic Authored by dp on May 5 2017, 8:36 AM.
Details Summary Currently instructions like these cannot be disassembled: s_add_i32 s0, 0xafaaffff, 0xafaaffff See bug 32922: https://bugs.llvm.org//show_bug.cgi?id=32922
Diff Detail
Event TimelineHerald added subscribers: t-tye, tpr, dstuttard and 5 others. · View Herald TranscriptMay 5 2017, 8:36 AM This revision is now accepted and ready to land.May 18 2017, 5:56 AM Closed by commit rL303428: [AMDGPU][MC] Corrected disassembler to decode instructions with 2 literals (authored by dpreobra). · Explain WhyMay 19 2017, 7:41 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 99566 llvm/trunk/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.h
llvm/trunk/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
llvm/trunk/test/MC/Disassembler/AMDGPU/sopc_vi.txt
|