This is an archive of the discontinued LLVM Phabricator instance.

[flang] Detect image control statements in non-construct IF statements
ClosedPublic

Authored by klausler on Mar 21 2023, 3:15 PM.

Details

Summary

The utility routine in semantics that determines whether an
executable construct constitutes an image control statement
was not examining the single action statement controlled by
a non-construct IF statement, e.g. 'IF(P) STOP'.

Diff Detail

Event Timeline

klausler created this revision.Mar 21 2023, 3:15 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 21 2023, 3:15 PM
klausler requested review of this revision.Mar 21 2023, 3:15 PM
vdonaldson accepted this revision.Mar 21 2023, 7:57 PM
This revision is now accepted and ready to land.Mar 21 2023, 7:57 PM