[PATCH] [X86][SSE] Improve support for 128-bit vector sign extension

Simon Pilgrim llvm-dev at redking.me.uk
Tue May 19 04:02:18 PDT 2015


Thanks Elena - I've relaxed the types test to just check the input/output scalar types are the correct sizes. Notably we have i1 types coming through that this code shouldn't attempt to deal with.


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D9848

Files:
  lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  lib/Target/X86/X86ISelLowering.cpp
  test/CodeGen/X86/pr15267.ll
  test/CodeGen/X86/vec_cast2.ll
  test/CodeGen/X86/vector-sext.ll
  test/CodeGen/X86/vselect-avx.ll

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9848.26047.patch
Type: text/x-patch
Size: 37261 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150519/8a6a5978/attachment.bin>


More information about the llvm-commits mailing list