http://llvm.org/bugs/show_bug.cgi?id=9266

           Summary: Only trivial scalar-to-vector conversions should get
                    here!
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=6185)
 --> (http://llvm.org/bugs/attachment.cgi?id=6185)
testcase

llc foo.ll
llc: /home/espindola/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:291:
llvm::SDValue getCopyFromPartsVector(llvm::SelectionDAG&, llvm::DebugLoc, const
llvm::SDValue*, unsigned int, llvm::EVT, llvm::EVT): Assertion
`ValueVT.getVectorElementType() == PartVT && ValueVT.getVectorNumElements() ==
1 && "Only trivial scalar-to-vector conversions should get here!"' failed.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to