This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fix controlSuccessor chain for select rank construct
ClosedPublic

Authored by clementval on Nov 5 2022, 7:34 AM.

Details

Summary

Represent the select rank statement + select rank case statement
the same way the select case statement and case statement are represented.
controlSuccessor was not correctly attributed to the next type guard stmt.
Similar to D137460 for select type construct.

Diff Detail

Event Timeline

clementval created this revision.Nov 5 2022, 7:34 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 5 2022, 7:34 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Nov 5 2022, 7:34 AM
vdonaldson accepted this revision.Nov 5 2022, 12:24 PM
This revision is now accepted and ready to land.Nov 5 2022, 12:24 PM