This is an archive of the discontinued LLVM Phabricator instance.

[flang][hlfir] Fixed boxchar variables emboxing.
ClosedPublic

Authored by vzakhari on Apr 28 2023, 11:00 AM.

Details

Summary

We have to unbox the boxchar variables in order to get to
the raw address that can be used for emboxing.

Diff Detail

Event Timeline

vzakhari created this revision.Apr 28 2023, 11:00 AM
vzakhari requested review of this revision.Apr 28 2023, 11:00 AM
jeanPerier accepted this revision.Apr 29 2023, 12:02 AM

LGTM, thanks

This revision is now accepted and ready to land.Apr 29 2023, 12:02 AM
This revision was automatically updated to reflect the committed changes.