[PATCH] D31373: [X86][SSE]] Lower BUILD_VECTOR with repeated ops as BUILD_VECTOR + VECTOR_SHUFFLE

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 3 14:19:36 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL299387: [X86][SSE]] Lower BUILD_VECTOR with repeated elts as BUILD_VECTOR +… (authored by RKSimon).

Changed prior to commit:
  https://reviews.llvm.org/D31373?vs=93905&id=93948#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D31373

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/X86/avx-intrinsics-fast-isel.ll
  llvm/trunk/test/CodeGen/X86/avx-vbroadcast.ll
  llvm/trunk/test/CodeGen/X86/avx2-vbroadcast.ll
  llvm/trunk/test/CodeGen/X86/merge-consecutive-loads-128.ll
  llvm/trunk/test/CodeGen/X86/sse2-intrinsics-fast-isel.ll
  llvm/trunk/test/CodeGen/X86/vec_fp_to_int.ll
  llvm/trunk/test/CodeGen/X86/vec_int_to_fp.ll
  llvm/trunk/test/CodeGen/X86/vector-sext.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-combining-xop.ll
  llvm/trunk/test/CodeGen/X86/vshift-1.ll
  llvm/trunk/test/CodeGen/X86/vshift-2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31373.93948.patch
Type: text/x-patch
Size: 18830 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170403/05af1518/attachment.bin>


More information about the llvm-commits mailing list