[PATCH] D83601: [ValueTracking] fix bug in maxnum case of cannotBeOrderedLessThanZeroImpl (PR46627)
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 15:58:25 PDT 2020
efriedma accepted this revision.
efriedma added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/test/Transforms/InstSimplify/floating-point-arithmetic.ll:1393
+; If an operand is strictly greater than 0.0, we know the result of maxnum.
+
----------------
"the sign of the result"
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83601/new/
https://reviews.llvm.org/D83601
More information about the llvm-commits
mailing list