[PATCH] D59070: [builtins] Divide shouldn't underflow if rounded result would be normal.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 19 14:55:16 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL356529: [builtins] Divide shouldn't underflow if rounded result would be normal. (authored by efriedma, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D59070?vs=189640&id=191402#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D59070

Files:
  compiler-rt/trunk/lib/builtins/divdf3.c
  compiler-rt/trunk/lib/builtins/divsf3.c
  compiler-rt/trunk/lib/builtins/divtf3.c
  compiler-rt/trunk/test/builtins/Unit/divdf3_test.c
  compiler-rt/trunk/test/builtins/Unit/divsf3_test.c
  compiler-rt/trunk/test/builtins/Unit/divtf3_test.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59070.191402.patch
Type: text/x-patch
Size: 6927 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190319/a61fdf11/attachment.bin>


More information about the llvm-commits mailing list