This is an archive of the discontinued LLVM Phabricator instance.

[flang] Support DFLOAT legacy extension intrinsic function
ClosedPublic

Authored by klausler on Aug 4 2021, 11:16 AM.

Details

Summary

Like the similar legacy extension FLOAT(), DFLOAT() represents a
conversion from default integer to DOUBLE PRECISION. Rewrite
into a conversion operation.

Diff Detail

Event Timeline

klausler created this revision.Aug 4 2021, 11:16 AM
klausler requested review of this revision.Aug 4 2021, 11:16 AM
PeteSteinfeld accepted this revision.Aug 4 2021, 11:55 AM

All builds, tests, and looks good.

This revision is now accepted and ready to land.Aug 4 2021, 11:55 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 4 2021, 12:18 PM