[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 Nov 14 10:30:22 PST 2018
dtemirbulatov updated this revision to Diff 174063.
dtemirbulatov added a comment.
Ops, I found a few typos, Formated tryToRepresentAsInstArg() and removed the second SRem from isRemainder().
https://reviews.llvm.org/D28907
Files:
lib/Transforms/Vectorize/SLPVectorizer.cpp
test/Transforms/SLPVectorizer/X86/cancel_scheduling.ll
test/Transforms/SLPVectorizer/X86/insert-after-multiple-bundle.ll
test/Transforms/SLPVectorizer/X86/memory-dep.ll
test/Transforms/SLPVectorizer/X86/pr35497.ll
test/Transforms/SLPVectorizer/X86/rem-bundle.ll
test/Transforms/SLPVectorizer/X86/schedule-bundle1.ll
test/Transforms/SLPVectorizer/X86/scheduling_pseudo.ll
test/Transforms/SLPVectorizer/X86/vect_copyable_in_binops.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28907.174063.patch
Type: text/x-patch
Size: 155638 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181114/5a14515d/attachment.bin>
More information about the llvm-commits
mailing list