[PATCH] D21148: [X86][SSE] Added support for combining target shuffles to (V)PSHUFD/VPERMILPD/VPERMILPS immediate permute

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 28 01:15:20 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL273999: [X86][SSE] Added support for combining target shuffles to… (authored by RKSimon).

Changed prior to commit:
  http://reviews.llvm.org/D21148?vs=61963&id=62068#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D21148

Files:
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/test/CodeGen/X86/2012-01-12-extract-sv.ll
  llvm/trunk/test/CodeGen/X86/2012-04-26-sdglue.ll
  llvm/trunk/test/CodeGen/X86/avx-intrinsics-fast-isel.ll
  llvm/trunk/test/CodeGen/X86/avx-intrinsics-x86.ll
  llvm/trunk/test/CodeGen/X86/avx-splat.ll
  llvm/trunk/test/CodeGen/X86/avx-vbroadcast.ll
  llvm/trunk/test/CodeGen/X86/merge-consecutive-loads-128.ll
  llvm/trunk/test/CodeGen/X86/pshufb-mask-comments.ll
  llvm/trunk/test/CodeGen/X86/sse3.ll
  llvm/trunk/test/CodeGen/X86/vector-compare-results.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-128-v16.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-128-v2.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-128-v4.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-256-v16.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-256-v4.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-256-v8.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-combining-avx.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-combining-avx2.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-combining-avx512bw.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-combining-ssse3.ll
  llvm/trunk/test/CodeGen/X86/vector-shuffle-combining.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21148.62068.patch
Type: text/x-patch
Size: 39894 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160628/460716d9/attachment.bin>


More information about the llvm-commits mailing list