[PATCH] D59973: [SLP] Refactoring of the operand reordering code.
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 15 13:38:36 PDT 2019
ABataev added a comment.
Seems good with a nit
================
Comment at: lib/Transforms/Vectorize/SLPVectorizer.cpp:1007
+ // the next run of getBestOperand().
+ if (BestIdx)
+ // Swap the current operand with the one returned by
----------------
Enclose substatement into braces
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59973/new/
https://reviews.llvm.org/D59973
More information about the llvm-commits
mailing list