This is an archive of the discontinued LLVM Phabricator instance.

[flang] Put intrinsic function table back into order
ClosedPublic

Authored by klausler on Sep 17 2021, 2:03 PM.

Details

Summary

Some intrinsic functions weren't findable because the table
wasn't strictly in order of names.

And complete a missing generalization of the extension DCONJG
to accept any kind of complex argument, like DREAL and DIMAG
were.

Diff Detail

Event Timeline

klausler created this revision.Sep 17 2021, 2:03 PM
klausler requested review of this revision.Sep 17 2021, 2:03 PM
jeanPerier accepted this revision.Sep 20 2021, 12:19 AM
This revision is now accepted and ready to land.Sep 20 2021, 12:19 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptSep 20 2021, 8:40 AM