This is an archive of the discontinued LLVM Phabricator instance.

[flang] Correctly lower optional assumed type dummy
ClosedPublic

Authored by clementval on Apr 3 2023, 4:56 PM.

Details

Summary

Assumed type are represented differently in the ActualArgument
class. Correctly handle them in intrinsic arg lowering.

Diff Detail

Event Timeline

clementval created this revision.Apr 3 2023, 4:56 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 3 2023, 4:56 PM
clementval requested review of this revision.Apr 3 2023, 4:56 PM
PeteSteinfeld accepted this revision.Apr 3 2023, 6:31 PM

Aside from the typo, all builds and tests correctly and looks good.

flang/lib/Lower/ConvertExpr.cpp
1843

Typo

This revision is now accepted and ready to land.Apr 3 2023, 6:31 PM
This revision was automatically updated to reflect the committed changes.