[PATCH] D138392: clang/HIP: Fix broken implementations of __make_mantissa* functions
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 21 13:20:47 PST 2022
yaxunl accepted this revision.
yaxunl added a comment.
This revision is now accepted and ready to land.
LGTM. Thanks.
It seems gcc assumes the argument to nan is nonnull (https://godbolt.org/z/xzb8T6Gon), so we can assume that too.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138392/new/
https://reviews.llvm.org/D138392
More information about the cfe-commits
mailing list