[LLVMbugs] [Bug 9266] New: Only trivial scalar-to-vector conversions should get here!

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sat Feb 19 10:15:07 PST 2011


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: unassignedbugs at nondot.org
        ReportedBy: rafael.espindola at gmail.com
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list