[PATCH] D71467: [FPEnv] Generate constrained FP comparisons from clang

Craig Topper via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 13 15:09:22 PST 2019


craig.topper added a subscriber: erichkeane.
craig.topper added a comment.

In D71467#1784286 <https://reviews.llvm.org/D71467#1784286>, @rjmccall wrote:

> 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).


I think I convinced @erichkeane to look at it on Monday.


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