[llvm-bugs] [Bug 48847] New: [AMDGPU][MC] Invalid disassembly of image_atomic instructions with tfe

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Jan 22 06:56:49 PST 2021


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

            Bug ID: 48847
           Summary: [AMDGPU][MC] Invalid disassembly of image_atomic
                    instructions with tfe
           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

image_atomic instructions with tfe cannot be properly decoded. Disassembler
unable to identify correct dst size.

An example for GFX9:

    0x00,0x03,0x49,0xf0,0xfc,0x05,0x17,0x00

Expected output:

    image_atomic_add v[5:7], v252, s[92:99] dmask:0x3 tfe

Actual result:

    image_atomic_add v5, v252, s[92:99] dmask:0x3 tfe

-- 
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/20210122/5446aec7/attachment.html>


More information about the llvm-bugs mailing list