[PATCH] D156506: [clang][Interp] Check floating results for NaNs

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 2 08:48:41 PDT 2023


aaron.ballman accepted this revision.
aaron.ballman added a subscriber: jcranmer-intel.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

> This does not handle the builtin functions yet, since I'm not sure if I should check for all nans or only signaling ones yet.

I think it's only signaling ones, but CC @jcranmer-intel for a better-informed answer.

The changes here LGTM though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156506



More information about the cfe-commits mailing list