Implement IEEE_SUPPORT_DATATYPE() and other inquiry intrinisic
functions from the intrinsic module IEEE_ARITHMETIC, folding all of
their results to .TRUE.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D95830
[flang] Implement IEEE_SUPPORT_xxx inquiry functions ClosedPublic Authored by klausler on Feb 1 2021, 3:26 PM.
Details Summary Implement IEEE_SUPPORT_DATATYPE() and other inquiry intrinisic
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Feb 1 2021, 4:39 PM Closed by commit rGaa39ddd0a320: [flang] Implement IEEE_SUPPORT_xxx inquiry functions (authored by klausler). · Explain WhyFeb 2 2021, 11:48 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 320867 flang/lib/Evaluate/fold-logical.cpp
flang/lib/Evaluate/intrinsics.cpp
flang/module/__fortran_builtins.f90
flang/module/ieee_arithmetic.f90
flang/test/Evaluate/folding18.f90
|