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

            Bug ID: 26027
           Summary: Incorrect opcodes for DS_WRITE_SRC2_B32 and
                    DS_WRITE_SRC2_B64
           Product: libraries
           Version: trunk
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Target Description Classes
          Assignee: unassignedb...@nondot.org
          Reporter: mats...@interia.pl
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

Created attachment 15561
  --> https://llvm.org/bugs/attachment.cgi?id=15561&action=edit
Fixed opcodes for DS_WRITE_SRC2_B32 and DS_WRITE_SRC2_B64.

I found bug in the AMD SI ISA Reference Guide: DS_WRITE_SRC2_B32 and
DS_WRITE_SRC2_B64 have wrong opcodes (DS_WRITE_SRC2_B32=140,
DS_WRITE_SRC2_B64=204). These opcodes causes GPU's hang up (verified for
DS_WRITE_SRC2_B64).
Correct opcodes (verified by me) are DS_WRITE_SRC2_B32=141 (0x8d) and
DS_WRITE_SRC2_B64=205 (0xcd).
In the attachments is patch that fix that bug.

-- 
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