[PATCH] D66720: [LV] Fold tail by masking - handle reductions
Diego Caballero via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 26 11:14:43 PDT 2019
dcaballe added a comment.
Thanks, Ayal! LGTM
================
Comment at: llvm/lib/Transforms/Vectorize/LoopVectorize.cpp:3682
+ // If tail is folded by masking, the vector value to leave the loop should be
+ // a Select chosing between the vectorized LoopExitInst and vectorized Phi,
+ // instead of the former.
----------------
chosing -> choosing?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66720/new/
https://reviews.llvm.org/D66720
More information about the llvm-commits
mailing list