[PATCH] D22106: [X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using generic IR

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 19 08:15:14 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL275981: [X86][SSE] Reimplement SSE fp2si conversion intrinsics instead of using… (authored by RKSimon).

Changed prior to commit:
  https://reviews.llvm.org/D22106?vs=64317&id=64506#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D22106

Files:
  llvm/trunk/include/llvm/IR/IntrinsicsX86.td
  llvm/trunk/lib/Analysis/ConstantFolding.cpp
  llvm/trunk/lib/IR/AutoUpgrade.cpp
  llvm/trunk/lib/Target/X86/X86InstrSSE.td
  llvm/trunk/test/CodeGen/X86/avx-intrinsics-fast-isel.ll
  llvm/trunk/test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll
  llvm/trunk/test/CodeGen/X86/avx-intrinsics-x86.ll
  llvm/trunk/test/CodeGen/X86/sse-intrinsics-fast-isel-x86_64.ll
  llvm/trunk/test/CodeGen/X86/sse-intrinsics-fast-isel.ll
  llvm/trunk/test/CodeGen/X86/sse2-intrinsics-fast-isel-x86_64.ll
  llvm/trunk/test/CodeGen/X86/sse2-intrinsics-fast-isel.ll
  llvm/trunk/test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll
  llvm/trunk/test/CodeGen/X86/sse2-intrinsics-x86.ll
  llvm/trunk/test/Transforms/ConstProp/calls.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22106.64506.patch
Type: text/x-patch
Size: 24255 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160719/866de74b/attachment.bin>


More information about the llvm-commits mailing list