[PATCH] D87835: [APFloat] prevent NaN morphing into Inf on conversion (PR43907)

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 24 09:34:39 PDT 2020


spatel updated this revision to Diff 294091.
spatel added a comment.
Herald added subscribers: kerbowa, atanasyan, nhaehnle, jvesely.

Updated diff to include clang tests that fail with the setting of the quiet bit.


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

https://reviews.llvm.org/D87835

Files:
  clang/test/CodeGen/builtin-nan-legacy.c
  clang/test/CodeGen/builtins.c
  clang/test/CodeGen/mips-unsupported-nan.c
  llvm/lib/Support/APFloat.cpp
  llvm/test/Transforms/InstCombine/AMDGPU/ldexp.ll
  llvm/test/Transforms/InstSimplify/ConstProp/cast.ll
  llvm/test/Transforms/InstSimplify/fp-nan.ll
  llvm/test/Transforms/PhaseOrdering/X86/nancvt.ll
  llvm/unittests/ADT/APFloatTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D87835.294091.patch
Type: text/x-patch
Size: 10298 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200924/933abf25/attachment.bin>


More information about the llvm-commits mailing list