[PATCH] D97901: [SystemZ] Test for infinity in testFPKind().

Thomas Preud'homme via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 4 02:14:37 PST 2021


thopre added inline comments.


================
Comment at: clang/lib/CodeGen/TargetInfo.cpp:7229
+      case Builtin::BI__builtin_isfinite:
+        Invert = true;
+        LLVM_FALLTHROUGH;
----------------
jonpa wrote:
> What are these variants all about...?
> 
They were introduced in https://reviews.llvm.org/D24483


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

https://reviews.llvm.org/D97901



More information about the cfe-commits mailing list