This is an archive of the discontinued LLVM Phabricator instance.

[flang] Added missing _Complex for COMPLEX(10) C reduction API.
ClosedPublic

Authored by vzakhari on Apr 16 2023, 1:24 PM.

Details

Summary

I noticed _Complex was missing for the long double case.
I might be missing something, but it looks like the compiler
does not call the C wrappers directly. Do we need to keep
the complex-reduction.[ch] at all?

Diff Detail

Event Timeline

vzakhari created this revision.Apr 16 2023, 1:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 16 2023, 1:24 PM
vzakhari requested review of this revision.Apr 16 2023, 1:24 PM
klausler accepted this revision.Apr 17 2023, 12:57 PM
This revision is now accepted and ready to land.Apr 17 2023, 12:57 PM