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: [email protected]
          Reporter: [email protected]
                CC: [email protected]

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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to