[PATCH] D23797: [X86][SSE] Improve awareness of (v)cvtpd2ps implicit zeroing of upper 64-bits of xmm result

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 23 05:32:30 PDT 2016


RKSimon created this revision.
RKSimon added reviewers: ab, mkuper, spatel, andreadb.
RKSimon added a subscriber: llvm-commits.
RKSimon set the repository for this revision to rL LLVM.

Add patterns to avoid inserting unnecessary zeroing shuffles.

Repository:
  rL LLVM

https://reviews.llvm.org/D23797

Files:
  lib/Target/X86/X86InstrSSE.td
  lib/Target/X86/X86IntrinsicsInfo.h
  test/CodeGen/X86/sse2-intrinsics-x86.ll
  test/CodeGen/X86/vec_fptrunc.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23797.68972.patch
Type: text/x-patch
Size: 4740 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160823/d5902e64/attachment.bin>


More information about the llvm-commits mailing list