[llvm-commits] [PATCH] Add X86 specific BUILD_VECTOR to SHUFFLE+INSERT_VEC_ELT transformation

Michael Liao michael.liao at intel.com
Thu Oct 18 17:09:52 PDT 2012


Hi

This patch obsoletes a previous patch adding the same functionality but
limited to X86 backend only. In general, this patch enables to build a
vector with SHUFFLE plus few INSERT_VECTOR_ELT to avoid the overhead to
BUILD_VECTOR entirely if possible.

Thanks for your review

Yours
- Michael

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Lower-BUILD_VECTOR-to-SHUFFLE-INSERT_VECTOR_ELT-for-.patch
Type: text/x-patch
Size: 4399 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121018/be025e81/attachment.bin>


More information about the llvm-commits mailing list