[PATCH] D27846: [SLP] Support for horizontal min/max reduction
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 8 04:26:27 PDT 2017
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM with one minor
================
Comment at: lib/Transforms/Vectorize/SLPVectorizer.cpp:4583
+ enum ReductionKind {
+ RK_Not, /// Not a reduction.
+ RK_Arithmetic, /// Binary reduction data.
----------------
Call this RK_None to match the other version?
https://reviews.llvm.org/D27846
More information about the llvm-commits
mailing list