[llvm-bugs] [Bug 46073] New: Missing calling convention support for vector types

via llvm-bugs llvm-bugs at lists.llvm.org
Tue May 26 04:58:51 PDT 2020


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

            Bug ID: 46073
           Summary: Missing calling convention support for vector types
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Backend: Sparc
          Assignee: unassignedbugs at nondot.org
          Reporter: joerg at NetBSD.org
                CC: llvm-bugs at lists.llvm.org

Created attachment 23531
  --> https://bugs.llvm.org/attachment.cgi?id=23531&action=edit
Minimal test case

Try compiling the attached code, it will assert in
SparcTargetLowering::LowerCall_32 respectively LowerCall_64 due to the missing
lowering for 16x16 vector types.

-- 
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/20200526/53b3d9ca/attachment.html>


More information about the llvm-bugs mailing list