[PATCH] D49499: [X86] Prefer unpckhpd over movhlps in isel for fake unary cases

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 6 09:59:58 PDT 2018


craig.topper updated this revision to Diff 159327.
craig.topper added a comment.

Remove nan line. I had tried to filter most of these out. I just missed one.


https://reviews.llvm.org/D49499

Files:
  lib/Target/X86/X86InstrSSE.td
  test/CodeGen/X86/buildvec-insertvec.ll
  test/CodeGen/X86/combine-fcopysign.ll
  test/CodeGen/X86/complex-fastmath.ll
  test/CodeGen/X86/ftrunc.ll
  test/CodeGen/X86/haddsub-2.ll
  test/CodeGen/X86/haddsub-3.ll
  test/CodeGen/X86/haddsub-undef.ll
  test/CodeGen/X86/pr11334.ll
  test/CodeGen/X86/sse3-avx-addsub-2.ll
  test/CodeGen/X86/vec_fp_to_int.ll
  test/CodeGen/X86/vector-constrained-fp-intrinsics.ll
  test/CodeGen/X86/vector-reduce-fadd-fast.ll
  test/CodeGen/X86/vector-reduce-fadd.ll
  test/CodeGen/X86/vector-reduce-fmax-nnan.ll
  test/CodeGen/X86/vector-reduce-fmax.ll
  test/CodeGen/X86/vector-reduce-fmin-nnan.ll
  test/CodeGen/X86/vector-reduce-fmin.ll
  test/CodeGen/X86/vector-reduce-fmul-fast.ll
  test/CodeGen/X86/vector-reduce-fmul.ll
  test/CodeGen/X86/widen_conv-3.ll
  test/CodeGen/X86/widen_conv-4.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49499.159327.patch
Type: text/x-patch
Size: 94765 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180806/297afe0c/attachment.bin>


More information about the llvm-commits mailing list