This is an archive of the discontinued LLVM Phabricator instance.

[flang] Handle boxed characters that are values when doing a conversion
ClosedPublic

Authored by clementval on Jun 23 2022, 6:07 AM.

Details

Summary

Character conversion requires memory storage as it operates on a
sequence of code points.

This patch is part of the upstreaming effort from fir-dev branch.

Co-authored-by: Eric Schweitz <eschweitz@nvidia.com>

Diff Detail

Event Timeline

clementval created this revision.Jun 23 2022, 6:07 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 23 2022, 6:07 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Jun 23 2022, 6:07 AM
PeteSteinfeld accepted this revision.Jun 23 2022, 7:21 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Jun 23 2022, 7:21 AM