Skip to content

Commit 6023d17

Browse files
committed
[SLP][NFC]Add a function description, NFC.
1 parent a4aa6bc commit 6023d17

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -2864,6 +2864,8 @@ class BoUpSLP {
28642864
/// avoid issues with def-use order.
28652865
Value *vectorizeTree(TreeEntry *E, bool PostponedPHIs);
28662866

2867+
/// Returns vectorized operand node, that matches the order of the scalars
2868+
/// operand number \p NodeIdx in entry \p E.
28672869
TreeEntry *getMatchedVectorizedOperand(const TreeEntry *E, unsigned NodeIdx);
28682870
const TreeEntry *getMatchedVectorizedOperand(const TreeEntry *E,
28692871
unsigned NodeIdx) const {

0 commit comments

Comments
 (0)