This is an archive of the discontinued LLVM Phabricator instance.

[flang] Rearrange prototype & code placement of IsCoarray()
ClosedPublic

Authored by klausler on Nov 30 2021, 9:30 AM.

Details

Summary

A quick fix last week to the shared library build caused
the predicate IsCoarray(const Symbol &) to be moved from
Semantics to Evaluate. This patch completes that move in
a way that properly combines the existing IsCoarray() tests
for expressions and other object with the test for a symbol.

Diff Detail

Event Timeline

klausler created this revision.Nov 30 2021, 9:30 AM
klausler requested review of this revision.Nov 30 2021, 9:30 AM
PeteSteinfeld accepted this revision.Nov 30 2021, 10:19 AM

All builds, tests, and looks good.

This revision is now accepted and ready to land.Nov 30 2021, 10:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 30 2021, 3:26 PM