[PATCH] D42879: InstCombine: 1./x >= 0. -> x >= 0.
Steve Canon via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 6 16:08:35 PST 2018
scanon added a comment.
Underflow or overflow doesn't change sign, so 0 < C < inf && X >= 0 --> C/X >= 0.
Repository:
rL LLVM
https://reviews.llvm.org/D42879
More information about the llvm-commits
mailing list