[all-commits] [llvm/llvm-project] 9cfd30: [SystemZ] Test for isinf and isfinite in testFPKin...
Jonas Paulsson via All-commits
all-commits at lists.llvm.org
Mon Mar 15 14:04:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9cfd301ec8b5ed6eb49bcc4b85e6f2af1a90b305
https://github.com/llvm/llvm-project/commit/9cfd301ec8b5ed6eb49bcc4b85e6f2af1a90b305
Author: Jonas Paulsson <paulsson at linux.vnet.ibm.com>
Date: 2021-03-15 (Mon, 15 Mar 2021)
Changed paths:
M clang/lib/CodeGen/TargetInfo.cpp
M clang/test/CodeGen/SystemZ/strictfp_builtins.c
Log Message:
-----------
[SystemZ] Test for isinf and isfinite in testFPKind().
Recognize BI__builtin_isinf and BI__builtin_isfinite (and a few other opcodes
for finite) in testFPKind() and handle with TDC.
Review: Ulrich Weigand.
Differential Revision: https://reviews.llvm.org/D97901
More information about the All-commits
mailing list