[llvm] r229311 - [X86][AVX2] vpslldq/vpsrldq byte shifts for AVX2

Chandler Carruth chandlerc at google.com
Wed Feb 18 12:49:59 PST 2015


On Wed, Feb 18, 2015 at 12:36 PM, Simon Pilgrim <llvm-dev at redking.me.uk>
wrote:

> Thanks for looking at this Chandler - AFAICT flipping that MatchRight test
> to a MatchLeft equivalent would have been enough to get this working
> correctly again.


FWIW, it would cause it to miss shift-right opportunities, which is why I
didn't like that approach. It was also quite hard to reason about whether
it would be sufficient.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150218/0e1f654c/attachment.html>


More information about the llvm-commits mailing list