[llvm-bugs] [Bug 35999] New: [AMDGPU][MC] Image atomics should support 3-element addresses

via llvm-bugs llvm-bugs at lists.llvm.org
Thu Jan 18 03:59:51 PST 2018


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

            Bug ID: 35999
           Summary: [AMDGPU][MC] Image atomics should support 3-element
                    addresses
           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

Currently assembler supports only 1-, 2- and 4-element addresses. 3-element
addresses are also legal and should be supported.

An example of a failed test:

    image_atomic_add v5, v[1:3], s[8:15] dmask:0x1

-- 
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/20180118/ad6c5d99/attachment.html>


More information about the llvm-bugs mailing list