[SLP][NFC]Fix comment, NFC.

This commit is contained in:
Alexey Bataev 2022-01-06 06:38:29 -08:00
parent bf5a688252
commit 700997aef8
1 changed files with 1 additions and 2 deletions

View File

@ -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);
} }