https://llvm.org/bugs/show_bug.cgi?id=28327
Bug ID: 28327
Summary: SelectionDAG.cpp:3209: "Illegal SCALAR_TO_VECTOR
node!"' failed
Product: libraries
Version: trunk
Hardware: PC
OS: All
Status: NEW
Severity: normal
Priority: P
Component: Backend: X86
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Classification: Unclassified
Created attachment 16640
--> https://llvm.org/bugs/attachment.cgi?id=16640&action=edit
IR test case
$ llc < t.ll
llc: lib/CodeGen/SelectionDAG/SelectionDAG.cpp:3209: llvm::SDValue
llvm::SelectionDAG::getNode(unsigned int, const llvm::SDLoc &, llvm::EVT,
llvm::SDValue): Assertion `VT.isVector() && !Operand.getValueType().isVector()
&& (VT.getVectorElementType() == Operand.getValueType() ||
(VT.getVectorElementType().isInteger() && Operand.getValueType().isInteger() &&
VT.getVectorElementType().bitsLE(Operand.getValueType()))) && "Illegal
SCALAR_TO_VECTOR node!"' failed.
bisection points at r273848.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs