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

            Bug ID: 35645
           Summary: [AMDGPU][MC] Incorrect parsing of ds_swizzle operands
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: AMDGPU
          Assignee: unassignedb...@nondot.org
          Reporter: dpreobrazhen...@luxoft.com
                CC: llvm-bugs@lists.llvm.org

ds_swizzle_b32 should accept optional 'offset' and 'gds' modifiers.

However if 'offset' modifier is omitted, 'gds' modifier causes a syntax error.

An example of a failed test:

ds_swizzle_b32 v5, v1 gds

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