[PATCH] D53794: [TargetLowering] expandFP_TO_UINT - avoid FPE due to out of range conversion (PR17686)

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 28 07:16:58 PDT 2018


RKSimon updated this revision to Diff 171427.
RKSimon added a comment.

Rebased on https://reviews.llvm.org/rL345473 which added vector legalization support


Repository:
  rL LLVM

https://reviews.llvm.org/D53794

Files:
  lib/CodeGen/SelectionDAG/TargetLowering.cpp
  test/CodeGen/Mips/2008-07-07-Float2Int.ll
  test/CodeGen/Mips/msa/f16-llvm-ir.ll
  test/CodeGen/SystemZ/fp-conv-10.ll
  test/CodeGen/SystemZ/fp-conv-12.ll
  test/CodeGen/X86/fp-cvt.ll
  test/CodeGen/X86/ftrunc.ll
  test/CodeGen/X86/half.ll
  test/CodeGen/X86/scalar-fp-to-i64.ll
  test/CodeGen/X86/vec_cast3.ll
  test/CodeGen/X86/vec_fp_to_int.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53794.171427.patch
Type: text/x-patch
Size: 112588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181028/85aceba4/attachment.bin>


More information about the llvm-commits mailing list