[llvm-bugs] [Bug 39301] New: [AMDGPU][MC][GFX8] buffer_store_lds_dword does not accept glc/slc with inline literals

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Oct 15 09:47:44 PDT 2018


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

            Bug ID: 39301
           Summary: [AMDGPU][MC][GFX8] buffer_store_lds_dword does not
                    accept glc/slc with inline literals
           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

Specifying an inline literal for src1 causes parser to reject glc and slc
modifiers. Examples:

    buffer_store_lds_dword s[4:7], s0 lds glc  // ok
    buffer_store_lds_dword s[4:7], s0 lds slc  // ok
    buffer_store_lds_dword s[4:7], 0 lds       // ok
    buffer_store_lds_dword s[4:7], 0 lds glc   // failed
    buffer_store_lds_dword s[4:7], 0 lds slc   // failed

-- 
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/20181015/9cfcdc33/attachment.html>


More information about the llvm-bugs mailing list