Skip to content

Commit

Permalink
[SLP][NFC]Fix comment, NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-bataev committed Jan 6, 2022
1 parent bf5a688 commit 700997a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Expand Up @@ -9571,8 +9571,7 @@ bool SLPVectorizerPass::vectorizeInsertValueInst(InsertValueInst *IVI,
return false;

LLVM_DEBUG(dbgs() << "SLP: array mappable to vector: " << *IVI << "\n");
// Aggregate value is unlikely to be processed in vector register, we need to
// extract scalars into scalar registers, so NeedExtraction is set true.
// Aggregate value is unlikely to be processed in vector register.
return tryToVectorizeList(BuildVectorOpds, R);
}

Expand Down

0 comments on commit 700997a

Please sign in to comment.