This is an archive of the discontinued LLVM Phabricator instance.

[flang] Handle parent component in select type
ClosedPublic

Authored by clementval on Mar 6 2023, 3:56 AM.

Details

Summary

In select type construct the associating entity in a TYPE IS
type guard statement is obtained with a fir.convert. Update the code
for the parent component to support fir.convert defining op
as well.

Diff Detail

Event Timeline

clementval created this revision.Mar 6 2023, 3:56 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 6 2023, 3:56 AM
clementval requested review of this revision.Mar 6 2023, 3:56 AM
jeanPerier accepted this revision.Mar 6 2023, 4:58 AM

Looks good to me

This revision is now accepted and ready to land.Mar 6 2023, 4:58 AM
This revision was automatically updated to reflect the committed changes.