[all-commits] [llvm/llvm-project] 75ddab: [flang] Implement ieee_is_normal
David Truby via All-commits
all-commits at lists.llvm.org
Mon Mar 6 06:47:07 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 75ddabd520db0f924b819516428cc7b618aaf5e7
https://github.com/llvm/llvm-project/commit/75ddabd520db0f924b819516428cc7b618aaf5e7
Author: David Truby <david.truby at arm.com>
Date: 2023-03-06 (Mon, 06 Mar 2023)
Changed paths:
M flang/lib/Evaluate/fold-logical.cpp
M flang/lib/Optimizer/Builder/IntrinsicCall.cpp
A flang/test/Lower/Intrinsics/ieee_is_normal.f90
Log Message:
-----------
[flang] Implement ieee_is_normal
This patch adds an implementation of ieee_is_normal using a call
to llvm.is.fpclass.
Depends on D144649
Differential Revision: https://reviews.llvm.org/D144966
More information about the All-commits
mailing list