[PATCH] D28907: [SLP] Fix for PR30787: Failure to beneficially vectorize 'copyable' elements in integer binary ops.
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 13 06:55:50 PST 2017
ABataev added inline comments.
================
Comment at: lib/Transforms/Vectorize/SLPVectorizer.cpp:1583
+ unsigned AltOpcode = getAltOpcode(S.Opcode);
+ if (S.IsNonAlt) {
+ bool SkipVector = false;
----------------
dtemirbulatov wrote:
> This is the place where we check if a vector is diverse.
What are you trying to do here? What's the real problem?
https://reviews.llvm.org/D28907
More information about the llvm-commits
mailing list