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

            Bug ID: 31338
           Summary: Assertion failed: (InVals.size() == Ins.size() &&
                    "LowerFormalArguments didn't emit the correct number
                    of values!")
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: AVR
          Assignee: unassignedb...@nondot.org
          Reporter: dylanmcka...@gmail.com
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

This is hit when running at least one generic CodeGen test

llc ~/projects/llvm-project/llvm/test/CodeGen/Generic/select-cc.ll -o /dev/null

Assertion failed: (InVals.size() == Ins.size() && "LowerFormalArguments didn't
emit the correct number of values!"), function LowerArguments, file
/Users/dylan/projects/llvm-project/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp,
line 8095.
0  libLLVMSupport.dylib     0x000000010a747085
llvm::sys::PrintStackTrace(llvm::raw_ostream&) + 101
1  libLLVMSupport.dylib     0x000000010a7476c9
PrintStackTraceSignalHandler(void*) + 25
2  libLLVMSupport.dylib     0x000000010a7436c9 llvm::sys::RunSignalHandlers() +
425
3  libLLVMSupport.dylib     0x000000010a747af2 SignalHandler(int) + 354
4  libsystem_platform.dylib 0x00007fff8a71a52a _sigtramp + 26
Stack dump:
0.      Program arguments: ./llc
/Users/dylan/projects/llvm-project/llvm/test/CodeGen/Generic/select-cc.ll -o
/dev/null
1.      Running pass 'Function Pass Manager' on module
'/Users/dylan/projects/llvm-project/llvm/test/CodeGen/Generic/select-cc.ll'.
2.      Running pass 'AVR DAG->DAG Instruction Selection' on function
'@vector_select'

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to