This is an archive of the discontinued LLVM Phabricator instance.

[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
functions from the intrinsic module IEEE_ARITHMETIC, folding all of
their results to .TRUE.

Diff Detail

Event Timeline

klausler created this revision.Feb 1 2021, 3:26 PM
klausler requested review of this revision.Feb 1 2021, 3:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2021, 3:26 PM
PeteSteinfeld accepted this revision.Feb 1 2021, 4:39 PM

All builds, tests, and looks good.

This revision is now accepted and ready to land.Feb 1 2021, 4:39 PM
This revision was automatically updated to reflect the committed changes.