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: unassignedb...@nondot.org
          Reporter: dpreobrazhen...@luxoft.com
                CC: llvm-bugs@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to