[llvm-bugs] [Bug 48881] New: [AMDGPU][MC][GFX10] Incorrect NSA error position

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jan 26 03:27:56 PST 2021


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

            Bug ID: 48881
           Summary: [AMDGPU][MC][GFX10] Incorrect NSA error position
           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

Missing register in NSA list results in incorrect error position. 

For example, assembling an instruction

    image_load_mip v[253:255], [, v254], s[0:7] dmask:0xe dim:1D

results in the following error message:

    error: failed parsing operand
    image_load_mip v[253:255], [, v254], s[0:7] dmask:0xe dim:1D
                                  ^

-- 
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/20210126/8c43284c/attachment.html>


More information about the llvm-bugs mailing list