[PATCH] D134369: [Clang] Support constexpr builtin fmax

Eli Friedman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 28 13:14:30 PDT 2022


efriedma added reviewers: jcranmer-intel, john.brawn, fhahn, sepavloff.
efriedma added a comment.

I think __builtin_fmax can raise a floating-point exception; in that case, it wouldn't be constant, I think?  Not sure how consistent we are about handling that sort of thing in constant evaluation at the moment.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134369/new/

https://reviews.llvm.org/D134369



More information about the cfe-commits mailing list