[all-commits] [llvm/llvm-project] aa39dd: [flang] Implement IEEE_SUPPORT_xxx inquiry functions
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Feb 2 11:48:48 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aa39ddd0a320c1d615171fef98694e5726c3fa4f
https://github.com/llvm/llvm-project/commit/aa39ddd0a320c1d615171fef98694e5726c3fa4f
Author: peter klausler <pklausler at nvidia.com>
Date: 2021-02-02 (Tue, 02 Feb 2021)
Changed paths:
M flang/lib/Evaluate/fold-logical.cpp
M flang/lib/Evaluate/intrinsics.cpp
M flang/module/__fortran_builtins.f90
M flang/module/ieee_arithmetic.f90
A flang/test/Evaluate/folding18.f90
Log Message:
-----------
[flang] Implement IEEE_SUPPORT_xxx inquiry functions
Implement IEEE_SUPPORT_DATATYPE() and other inquiry intrinisic
functions from the intrinsic module IEEE_ARITHMETIC, folding all of
their results to .TRUE.
Differential Revision: https://reviews.llvm.org/D95830
More information about the All-commits
mailing list