Displaying 1 result from an estimated 1 matches for "exapand".
Did you mean:
exaband
2008 Feb 21
2
[LLVMdev] Exapnding add:i32 assertion failure with 2.2
My target supports only 8-bit arithmetic, hence I specified it to exapand
ADD for i32 and i16.
llc fails at the following place in LegalizeDAG.cpp:
assert(MVT::isVector(Node->getValueType(0)) &&
"Cannot expand this binary operator!");
// Expand the operation into a bunch of nasty scalar code.
Result = LegalizeOp(UnrollVecto...