This is an archive of the discontinued LLVM Phabricator instance.

[flang][hlfir] Implement hlfir.declare optional codegen
ClosedPublic

Authored by jeanPerier on Feb 28 2023, 6:19 AM.

Details

Summary

The hlfir fir.box with the local lower bounds and type parameters
must be generated conditionally when the entity is optional.

Diff Detail

Event Timeline

jeanPerier created this revision.Feb 28 2023, 6:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 28 2023, 6:19 AM
jeanPerier requested review of this revision.Feb 28 2023, 6:19 AM
PeteSteinfeld accepted this revision.Feb 28 2023, 7:50 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Feb 28 2023, 7:50 AM
This revision was automatically updated to reflect the committed changes.