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

            Bug ID: 43805
           Summary: [AMDGPU][MC][GFX10] src0 of v_movrelsd_b32 and
                    v_movrelsd_2_b32 should be VGPRs
           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

Current implementation allows SGPR as src0 of v_movrelsd_b32 and
v_movrelsd_2_b32. Using an SGPR as src0 should trigger an error.

An example of an invalid code:

    v_movrelsd_b32 v5, s1    // should trigger an error

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