[PATCH] D33320: [SLP] Improve comments and naming of functions/variables/members, NFC.
Adam Nemet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 2 12:52:40 PDT 2017
anemet accepted this revision.
anemet added a comment.
LGTM.
================
Comment at: lib/Transforms/Vectorize/SLPVectorizer.cpp:4782-4783
+ // horizontal reduction.
+ // INTERRUPT THE PROCESS IF THE Root INSTRUCITON ITSELF WAS VECTORIZED OR ALL
+ // SUB-TREES NOT HIGHER THAN RecursionMaxDepth WERE ANALYZED/VECTORIZED.
+ SmallVector<std::pair<WeakVH, unsigned>, 8> Stack(1, {Root, 0});
----------------
Something got messed up with upper/lowercase here.
https://reviews.llvm.org/D33320
More information about the llvm-commits
mailing list