We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4aa6bc commit 6023d17Copy full SHA for 6023d17
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
@@ -2864,6 +2864,8 @@ class BoUpSLP {
2864
/// avoid issues with def-use order.
2865
Value *vectorizeTree(TreeEntry *E, bool PostponedPHIs);
2866
2867
+ /// Returns vectorized operand node, that matches the order of the scalars
2868
+ /// operand number \p NodeIdx in entry \p E.
2869
TreeEntry *getMatchedVectorizedOperand(const TreeEntry *E, unsigned NodeIdx);
2870
const TreeEntry *getMatchedVectorizedOperand(const TreeEntry *E,
2871
unsigned NodeIdx) const {
0 commit comments