[llvm-bugs] [Bug 43485] New: [AMDGPU][MC][GFX10] SOP instructions with src0=null cannot be decoded

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Sep 27 09:21:59 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=43485

            Bug ID: 43485
           Summary: [AMDGPU][MC][GFX10] SOP instructions with src0=null
                    cannot be decoded
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: AMDGPU
          Assignee: unassignedbugs at nondot.org
          Reporter: dpreobrazhensky at luxoft.com
                CC: llvm-bugs at lists.llvm.org

These instructions break disassembler - an assert is triggered. An example:

    0x7d,0x00,0x80,0x91

Expected result is the following:

    s_ashr_i64 s[0:1], null, s0

Actual result: an assert.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190927/60f20146/attachment.html>


More information about the llvm-bugs mailing list