[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
Mon Mar 11 16:51:37 PDT 2019


efriedma added a comment.

Okay, that makes sense, in general.

Do you have any suggestions for fixing the algorithm so it doesn't consider the result "tiny" when it actually isn't?


Repository:
  rCRT Compiler Runtime

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

https://reviews.llvm.org/D59070





More information about the llvm-commits mailing list