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

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 11 10:58:54 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL341973: [X86] Prefer unpckhpd over movhlps in isel for fake unary cases (authored by ctopper, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D49499

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49499.164934.patch
Type: text/x-patch
Size: 90673 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180911/80e468fc/attachment-0001.bin>


More information about the llvm-commits mailing list