We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685192d commit 2576758Copy full SHA for 2576758
llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
@@ -2586,7 +2586,7 @@ SDValue DAGTypeLegalizer::PromoteIntOp_ExpOp(SDNode *N) {
2586
2587
if (LC == RTLIB::UNKNOWN_LIBCALL || !TLI.getLibcallName(LC)) {
2588
if (N->getValueType(0).isVector())
2589
- return DAG.UnrollVectorOp(N);
+ return DAG.UnrollVectorOp(N);
2590
SmallVector<SDValue, 3> NewOps(N->ops());
2591
NewOps[1 + OpOffset] = SExtPromotedInteger(N->getOperand(1 + OpOffset));
2592
return SDValue(DAG.UpdateNodeOperands(N, NewOps), 0);
0 commit comments