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

            Bug ID: 48240
           Summary: [AMDGPU][MC] Incorrect position for constant bus
                    related errors
           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

Assembler does not show correct error position when it encounters an
instruction which violates constant bus use rules.

An example:

    // GFX10
    v_ashrrev_i64 v[0:1], 0x100, s[0:1]

    error: invalid operand (violates constant bus restrictions)
    v_ashrrev_i64 v[0:1], 0x100, s[0:1]
    ^

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