This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] Retrieve binding table from fir.dispatch_table operations
ClosedPublic

Authored by clementval on Nov 29 2022, 1:15 AM.

Details

Summary

Change how the binding tables are retrived. Use the newly lowered
fir.dispatch_table operations instead of the fir.global type infos.

Diff Detail

Event Timeline

clementval created this revision.Nov 29 2022, 1:15 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 29 2022, 1:15 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Nov 29 2022, 1:15 AM

Do not go through dtentries if region is empty.

jeanPerier accepted this revision.Nov 29 2022, 2:44 AM

clang-format issue, LGTM otherwise

This revision is now accepted and ready to land.Nov 29 2022, 2:44 AM

clang-format