[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
Thu Jan 25 04:03:36 PST 2018
dtemirbulatov added inline comments.
================
Comment at: lib/Transforms/Vectorize/SLPVectorizer.cpp:4123
+ // If we encountered vectors with different operations
+ // then we could have an incorrect dominance.
+ while (NeedReschedule) {
----------------
And these dominance errors occur rarely.
https://reviews.llvm.org/D28907
More information about the llvm-commits
mailing list