[PATCH] D19228: [X86][AVX2] Prefer VPERMQ/VPERMPD over VINSERTI128/VINSERTF128 for unary shuffles

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 19 05:36:50 PDT 2016


RKSimon added a comment.

Thanks Sanjay, in the commit I was able to move the patch inside the insertf128 lowering code - this means that AVX2 targets still use perm2f128/perm2i128 in some unary shuffles.


Repository:
  rL LLVM

http://reviews.llvm.org/D19228





More information about the llvm-commits mailing list