[PATCH] [InstCombine] Combine adjacent i8 loads.

Andrew Trick atrick at apple.com
Thu May 1 23:55:09 PDT 2014


On May 1, 2014, at 11:49 PM, Chandler Carruth <chandlerc at gmail.com> wrote:

> I'm curious why not to use the def-use tree approach with the SLP vectorizer so that we can also handle bitwise operations as Raul mentioned? That seems like a nice advantage of using an integrated approach.


I don’t see how the SLP algorithm can recognize these bit ops, which are actually doing a BSWAP. Arnold can probably explain better.
-Andy

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140501/b420e864/attachment.html>


More information about the llvm-commits mailing list