This is an archive of the discontinued LLVM Phabricator instance.

[flang] Allow fir.rebox to unlimited polymorphic box
ClosedPublic

Authored by clementval on Nov 25 2022, 1:26 AM.

Details

Summary

This patch relaxes the verifier for the fir.rebox operation
to allow reboxing to unlimited polymoprhic box.

Diff Detail

Event Timeline

clementval created this revision.Nov 25 2022, 1:26 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 25 2022, 1:26 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Nov 25 2022, 1:26 AM

Fix patch application

This revision is now accepted and ready to land.Nov 25 2022, 4:51 AM
PeteSteinfeld accepted this revision.Nov 25 2022, 5:01 AM

All builds and tests correctly and looks good.

This revision was automatically updated to reflect the committed changes.