This is an archive of the discontinued LLVM Phabricator instance.

[flang][hlfir] use new runtime for whole allocatable assignment
ClosedPublic

Authored by jeanPerier on Mar 6 2023, 2:00 AM.

Details

Summary
  • use AssignExplicitLengthCharacter for assignment to whole allocatable character with assumed or explicit length.
  • use AssignPolymorphic for assignment to whole allocatable polymorphic.

Diff Detail

Event Timeline

jeanPerier created this revision.Mar 6 2023, 2:00 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 6 2023, 2:00 AM
jeanPerier requested review of this revision.Mar 6 2023, 2:00 AM
This revision is now accepted and ready to land.Mar 6 2023, 2:29 AM