[PATCH] D71467: [FPEnv] Generate constrained FP comparisons from clang
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 13 14:32:33 PST 2019
rjmccall added a comment.
The bug with `__builtin_isless` should be a really easy fix; the builtin just needs to be flagged as having custom type-checking, and then we need to make sure we do appropriate promotions on the arguments (but we probably do).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D71467/new/
https://reviews.llvm.org/D71467
More information about the cfe-commits
mailing list