[PATCH] D13252: [InstCombine] Teach how to convert SSSE3/AVX2 byte shuffles to builtin shuffles if the shuffle mask is constant.

Andrea Di Biagio via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 29 11:57:48 PDT 2015


andreadb updated this revision to Diff 36019.
andreadb added a comment.

Patch updated.
Fixed the AVX2 byte shuffle mask computation (thanks Simon!).

Please let me know if ok to commit.

-Andrea


http://reviews.llvm.org/D13252

Files:
  lib/Transforms/InstCombine/InstCombineCalls.cpp
  test/Transforms/InstCombine/x86-pshufb.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13252.36019.patch
Type: text/x-patch
Size: 17650 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150929/65ef6a5c/attachment.bin>


More information about the llvm-commits mailing list