forked from OSchip/llvm-project
[SLP][NFC]Fix comment, NFC.
This commit is contained in:
parent
bf5a688252
commit
700997aef8
|
@ -9571,8 +9571,7 @@ bool SLPVectorizerPass::vectorizeInsertValueInst(InsertValueInst *IVI,
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
LLVM_DEBUG(dbgs() << "SLP: array mappable to vector: " << *IVI << "\n");
|
LLVM_DEBUG(dbgs() << "SLP: array mappable to vector: " << *IVI << "\n");
|
||||||
// Aggregate value is unlikely to be processed in vector register, we need to
|
// Aggregate value is unlikely to be processed in vector register.
|
||||||
// extract scalars into scalar registers, so NeedExtraction is set true.
|
|
||||||
return tryToVectorizeList(BuildVectorOpds, R);
|
return tryToVectorizeList(BuildVectorOpds, R);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue