[llvm-bugs] [Bug 32922] New: [mc] Disassembler failed to decode instructions with 2 identical literals

via llvm-bugs llvm-bugs at lists.llvm.org
Thu May 4 08:22:05 PDT 2017


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

            Bug ID: 32922
           Summary: [mc] Disassembler failed to decode instructions with 2
                    identical literals
           Product: libraries
           Version: trunk
          Hardware: All
                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

Example of failed test:

    0xff,0xff,0x0c,0xbf,0xff,0xff,0xaa,0xaf

Should be decoded as

    s_add_i32 s0, 0xafaaffff, 0xafaaffff

-- 
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/20170504/04c688d6/attachment-0001.html>


More information about the llvm-bugs mailing list