[PATCH] D30176: [X86][SSE] Attempt to extract vector elements through target shuffles

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 21 10:39:42 PST 2017


RKSimon updated this revision to Diff 89243.
RKSimon added a comment.

Updated based on Filipe's comments.


Repository:
  rL LLVM

https://reviews.llvm.org/D30176

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/2011-12-8-bitcastintprom.ll
  test/CodeGen/X86/dagcombine-cse.ll
  test/CodeGen/X86/oddshuffles.ll
  test/CodeGen/X86/promote-vec3.ll
  test/CodeGen/X86/vec_extract-mmx.ll
  test/CodeGen/X86/vec_shift7.ll
  test/CodeGen/X86/vector-compare-results.ll
  test/CodeGen/X86/widen_conv-1.ll
  test/CodeGen/X86/widen_load-2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30176.89243.patch
Type: text/x-patch
Size: 73928 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170221/17bf8dd0/attachment.bin>


More information about the llvm-commits mailing list