[llvm-bugs] [Bug 43805] New: [AMDGPU][MC][GFX10] src0 of v_movrelsd_b32 and v_movrelsd_2_b32 should be VGPRs

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Oct 25 08:29:34 PDT 2019


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: unassignedbugs at nondot.org
          Reporter: dpreobrazhensky at luxoft.com
                CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20191025/9e978ae5/attachment.html>


More information about the llvm-bugs mailing list