[PATCH] D36518: [SLPVectorizer] Schedule bundle with different opcodes.
Dinar Temirbulatov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 9 06:45:28 PDT 2017
dtemirbulatov created this revision.
Herald added a subscriber: rengolin.
This change is part of https://reviews.llvm.org/D28907.
Following change let us schedule a bundle with different opcodes in it, for example : [ load, add, add, add ]
https://reviews.llvm.org/D36518
Files:
lib/Transforms/Vectorize/SLPVectorizer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36518.110379.patch
Type: text/x-patch
Size: 13825 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170809/1e2e7a40/attachment.bin>
More information about the llvm-commits
mailing list