[PATCH] D59070: [builtins] Divide shouldn't underflow if rounded result would be normal.
    Steve Canon via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Mar 11 17:21:07 PDT 2019
    
    
  
scanon accepted this revision.
scanon added a comment.
This revision is now accepted and ready to land.
Ah, now I see what you're talking about. And in fact, because of the way divide works out, there's a little gap of results that are even possible to achieve just below each binade boundary, so the code you have here will work out fine. We *should* add a comment to clarify this somewhat, but I'm happy to do that in a separate commit. LGTM.
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