[PATCH] D71968: [X86] Re-enable lowerUINT_TO_FP_vXi32 under fast-math by using an FSUB instead of an FADD.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 2 22:06:56 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGbd46e2974275: [X86] Re-enable lowerUINT_TO_FP_vXi32 under fast-math by using an FSUB instead… (authored by craig.topper).

Changed prior to commit:
  https://reviews.llvm.org/D71968?vs=235494&id=235994#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71968/new/

https://reviews.llvm.org/D71968

Files:
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/ftrunc.ll
  llvm/test/CodeGen/X86/known-bits-vector.ll
  llvm/test/CodeGen/X86/vec-strict-inttofp-128.ll
  llvm/test/CodeGen/X86/vec-strict-inttofp-256.ll
  llvm/test/CodeGen/X86/vec_int_to_fp.ll
  llvm/test/CodeGen/X86/vec_uint_to_fp-fastmath.ll
  llvm/test/CodeGen/X86/vec_uint_to_fp.ll
  llvm/test/CodeGen/X86/vector-constrained-fp-intrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71968.235994.patch
Type: text/x-patch
Size: 36060 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200103/50b8c049/attachment.bin>


More information about the llvm-commits mailing list