[PATCH] D28455: [X86] Fix PR30926 - Add patterns for optimizing (v)cvtsi2ss, (v)cvtsi2sd, (v)cvtsd2ss and (v)cvtss2sd clang intrinsic sequences

Elad Cohen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 11 01:22:44 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL291660: [X86] Fix PR30926 - Add patterns for (v)cvtsi2s{s,d} and (v)cvtsd2s{s,d} (authored by eladcohen).

Changed prior to commit:
  https://reviews.llvm.org/D28455?vs=83920&id=83926#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D28455

Files:
  llvm/trunk/lib/Target/X86/X86InstrAVX512.td
  llvm/trunk/lib/Target/X86/X86InstrSSE.td
  llvm/trunk/test/CodeGen/X86/avx-cvt.ll
  llvm/trunk/test/CodeGen/X86/avx512-cvt.ll
  llvm/trunk/test/CodeGen/X86/sse2-intrinsics-fast-isel.ll
  llvm/trunk/test/CodeGen/X86/vec_int_to_fp.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28455.83926.patch
Type: text/x-patch
Size: 12246 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170111/208a4786/attachment.bin>


More information about the llvm-commits mailing list