This is an archive of the discontinued LLVM Phabricator instance.

[flang] Pass SemanticsContext to the LoweringBridge
ClosedPublic

Authored by clementval on Aug 12 2022, 5:33 AM.

Details

Summary

The SemanticsContext is needed to analyze expression later in the
lowering for directive languages. This patch allows to keep a reference of
the SemanticsContext in the LoweringBridge.

Building block for D131765

Diff Detail

Event Timeline

clementval created this revision.Aug 12 2022, 5:33 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Aug 12 2022, 5:33 AM
clementval edited the summary of this revision. (Show Details)Aug 12 2022, 5:36 AM
razvanlupusoru accepted this revision.Aug 12 2022, 7:10 AM
This revision is now accepted and ready to land.Aug 12 2022, 7:10 AM
This revision was automatically updated to reflect the committed changes.