[llvm-bugs] [Bug 43524] New: [AMDGPU][MC][GFX10] null cannot be used with 64-bit dst operands

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Oct 1 07:28:09 PDT 2019


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

            Bug ID: 43524
           Summary: [AMDGPU][MC][GFX10] null cannot be used with 64-bit
                    dst operands
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            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

Currently assembler accepts null for 32-bit and shorter destination operands.
Null should be enabled for 64-bit dst operands as well.

Examples of failed tests:

    s_or_b64 null, s[0:1], s[0:1]
    s_atomic_add_x2 null, s[0:1], s0

-- 
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/20191001/d7f8d74f/attachment.html>


More information about the llvm-bugs mailing list