[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
Tue Dec 4 03:25:28 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL348251: [TargetLowering] expandFP_TO_UINT - avoid FPE due to out of range conversion… (authored by RKSimon, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D53794?vs=176396&id=176592#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D53794

Files:
  llvm/trunk/include/llvm/CodeGen/TargetLowering.h
  llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
  llvm/trunk/lib/Target/X86/X86ISelLowering.h
  llvm/trunk/test/CodeGen/X86/fp-cvt.ll
  llvm/trunk/test/CodeGen/X86/scalar-fp-to-i64.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53794.176592.patch
Type: text/x-patch
Size: 16607 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181204/0a8aa4bb/attachment.bin>


More information about the llvm-commits mailing list