This is an archive of the discontinued LLVM Phabricator instance.

[flang] Accept BaseBoxType in couple of fir.array_* operations
ClosedPublic

Authored by clementval on Nov 21 2022, 5:49 AM.

Details

Summary

Couple of operation are expecting BoxType but can totally handle
ClassType as well. This patch updates couple of locations to support
BaseBoxType instead of BoxType only.

Diff Detail

Event Timeline

clementval created this revision.Nov 21 2022, 5:49 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 21 2022, 5:49 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Nov 21 2022, 5:49 AM
This revision is now accepted and ready to land.Nov 21 2022, 6:17 AM
PeteSteinfeld accepted this revision.Nov 21 2022, 6:24 AM

All builds and tests correctly and looks good.

This revision was landed with ongoing or failed builds.Nov 21 2022, 7:54 AM
This revision was automatically updated to reflect the committed changes.