[PATCH] D33320: [SLP] Improve comments and naming of functions/variables/members, NFC.
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 24 10:15:31 PDT 2017
ABataev added inline comments.
================
Comment at: lib/Transforms/Vectorize/SLPVectorizer.cpp:4824-4825
+ // vectorization is not possible or not effective, and currently analyzed
+ // instruction is a binary operation, try to vectorize the operands, using DFS
+ // traversal order. If the operands were not vectorized, repeat the same
+ // procedure considering each operand as a possible root of the horizontal
----------------
anemet wrote:
> ABataev wrote:
> > anemet wrote:
> > > Again, which order?
> > DFS
> pre/in/post?
pre
https://reviews.llvm.org/D33320
More information about the llvm-commits
mailing list