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

            Bug ID: 48241
           Summary: [AMDGPU][MC][GFX10] Too generic error message for
                    missing 'dim' operand
           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

GFX10 requires that all MIMG instructions specify a dim operand. However when
the operand is missing assembler does not report the issue but says that
"operands are not valid for this GPU or mode". This should be corrected.

AN example:

    image_load v[0:3], v0, s[0:7] dmask:0xf unorm

    error: operands are not valid for this GPU or mode

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to