This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fixed branch-to-default generation for select_type.
ClosedPublic

Authored by vzakhari on Apr 28 2023, 2:15 PM.

Details

Summary

When the default case requires block arguments, they have to be passed
through the cf.br - this piece was missing.

Diff Detail

Event Timeline

vzakhari created this revision.Apr 28 2023, 2:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 28 2023, 2:15 PM
vzakhari requested review of this revision.Apr 28 2023, 2:15 PM
clementval accepted this revision.Apr 28 2023, 2:53 PM

Thanks for fixing this. LGTM

This revision is now accepted and ready to land.Apr 28 2023, 2:53 PM

Thanks for fixing this. LGTM

Thank you for the prompt review!