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

            Bug ID: 36093
           Summary: [AMDGPU][MC][GFX7][GFX8] Image instructions failed to
                    assemble with r128 modifier
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: AMDGPU
          Assignee: unassignedb...@nondot.org
          Reporter: dpreobrazhen...@luxoft.com
                CC: llvm-bugs@lists.llvm.org

Examples of failed tests:

  image_load v5, v[1:4], s[8:15] r128

The test fails because r128 modifier is not recognized.

Also note that this modifier should affect SRSRC size, but assembler currently
does not support 128-bit SRSRC. When it will, the correct test would be:

  image_load v5, v[1:4], s[8:11] r128

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