This is an archive of the discontinued LLVM Phabricator instance.

[flang] Embox argument for assumed type dummy argument to !fir.box<none>
ClosedPublic

Authored by clementval on Mar 16 2023, 2:54 AM.

Details

Summary

When passing an argument to an assumed type dummy argument, embox
it directly to a !fir.box<none> box.

Diff Detail

Event Timeline

clementval created this revision.Mar 16 2023, 2:54 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 16 2023, 2:54 AM
clementval requested review of this revision.Mar 16 2023, 2:54 AM

Add missing test

Remove unused interface

PeteSteinfeld accepted this revision.Mar 16 2023, 7:38 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Mar 16 2023, 7:38 AM
clementval retitled this revision from [flang] Embox argument for asusmed type dummy to !fir.box<none> to [flang] Embox argument for assumed type dummy argument to !fir.box<none>.Mar 16 2023, 7:50 AM
This revision was landed with ongoing or failed builds.Mar 16 2023, 9:11 AM
This revision was automatically updated to reflect the committed changes.