[PATCH] D28907: [SLP] Fix for PR30787: Failure to beneficially vectorize 'copyable' elements in integer binary ops.
Dinar Temirbulatov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 13 02:49:38 PST 2017
dtemirbulatov added inline comments.
================
Comment at: lib/Transforms/Vectorize/SLPVectorizer.cpp:1583
+ unsigned AltOpcode = getAltOpcode(S.Opcode);
+ if (S.IsNonAlt) {
+ bool SkipVector = false;
----------------
This is the place where we check if a vector is diverse.
https://reviews.llvm.org/D28907
More information about the llvm-commits
mailing list