[llvm-bugs] [Bug 48170] New: [AMDGPU][MC] Incorrect error position for swizzle() operands

via llvm-bugs llvm-bugs at lists.llvm.org
Fri Nov 13 08:46:23 PST 2020


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

            Bug ID: 48170
           Summary: [AMDGPU][MC] Incorrect error position for  swizzle()
                    operands
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Windows NT
            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

An example of incorrect error position:

Test:
    ds_swizzle_b32 v8, v2 offset:swizzle(BROADCAST,3,1)

Result:
    _test.s:6:47: error: group size must be a power of two
    ds_swizzle_b32 v8, v2 offset:swizzle(BROADCAST,3,1)
                                                  ^

-- 
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/20201113/035c0e10/attachment.html>


More information about the llvm-bugs mailing list