This is an archive of the discontinued LLVM Phabricator instance.

[flang] Avoid verifier error when emboxing trivial type to unlimited polymorphic entity
ClosedPublic

Authored by clementval on Nov 30 2022, 1:28 AM.

Diff Detail

Event Timeline

clementval created this revision.Nov 30 2022, 1:28 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 30 2022, 1:28 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Nov 30 2022, 1:28 AM
jeanPerier accepted this revision.Nov 30 2022, 5:49 AM

Doesn't the same issue show up with complex and other "trivial" types (logicals...) ?

This revision is now accepted and ready to land.Nov 30 2022, 5:49 AM

Doesn't the same issue show up with complex and other "trivial" types (logicals...) ?

Yes. I'm working on a more complete patch that will cover all possible "trivial" types.

clementval updated this revision to Diff 479204.Dec 1 2022, 2:04 AM

Add other trivial types

clementval retitled this revision from [flang] Avoid verifier error when emboxing character to unlimited polymorphic entity to [flang] Avoid verifier error when emboxing trivial type to unlimited polymorphic entity.Dec 1 2022, 2:05 AM