This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add lowering for basic empty SUBROUTINE
ClosedPublic

Authored by clementval on Feb 1 2022, 5:22 AM.

Details

Summary

This patch adds the ability to lower an empty subroutine.

Diff Detail

Event Timeline

clementval created this revision.Feb 1 2022, 5:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2022, 5:22 AM
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Feb 1 2022, 5:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2022, 5:22 AM
kiranchandramohan accepted this revision.Feb 1 2022, 6:08 AM

LGTM.

I have added entries to the tracker https://github.com/flang-compiler/f18-llvm-project/projects/6

flang/lib/Lower/Bridge.cpp
248–252

Nit: Are these required for this Patch?

This revision is now accepted and ready to land.Feb 1 2022, 6:08 AM
clementval marked an inline comment as done.Feb 1 2022, 6:26 AM
clementval added inline comments.
flang/lib/Lower/Bridge.cpp
248–252

Not necessary right. I'll remove it.

clementval marked an inline comment as done.Feb 1 2022, 6:28 AM
This revision was automatically updated to reflect the committed changes.