[PATCH] D47993: [x86] fix mappings of cvttp2si x86 intrinsics to x86-specific nodes and isel patterns (PR37551)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 11 07:02:51 PDT 2018


spatel updated this revision to Diff 150745.
spatel marked an inline comment as done.
spatel added a comment.

Patch updated:
Rebased after adding SSE scalar intrinsics with https://reviews.llvm.org/rL334404. There are no extra AVX1/2 intrinsics of this sort AFAICT, but let me know if I've missed something. As expected, this patch doesn't change any of the new scalar tests.


https://reviews.llvm.org/D47993

Files:
  lib/Target/X86/X86InstrSSE.td
  lib/Target/X86/X86IntrinsicsInfo.h
  test/CodeGen/X86/avx-cvttp2si.ll
  test/CodeGen/X86/avx-intrinsics-x86.ll
  test/CodeGen/X86/avx512vl-intrinsics-fast-isel.ll
  test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll
  test/CodeGen/X86/mmx-cvt.ll
  test/CodeGen/X86/sse-cvttp2si.ll
  test/CodeGen/X86/sse2-intrinsics-x86.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47993.150745.patch
Type: text/x-patch
Size: 22726 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180611/d68a5de7/attachment.bin>


More information about the llvm-commits mailing list