This patch enables the lowering of basic modules and functions/subroutines
in modules.
This patch is part of the upstreaming effort from fir-dev branch.
Paths
| Differential D120819
[flang] Handle module in lowering pass ClosedPublic Authored by clementval on Mar 2 2022, 8:27 AM.
Details Summary This patch enables the lowering of basic modules and functions/subroutines This patch is part of the upstreaming effort from fir-dev branch.
Diff Detail
Event Timelineclementval added a child revision: D120820: [flang] Lower more cases of assignments on allocatable variables.Mar 2 2022, 8:27 AM Comment Actions Aside from the clang-format problem, all builds and tests correctly and looks good.
This revision is now accepted and ready to land.Mar 2 2022, 9:12 AM
This revision was landed with ongoing or failed builds.Mar 2 2022, 9:27 AM Closed by commit rG17d71347b2ed: [flang] Handle module in lowering pass (authored by clementval). · Explain Why This revision was automatically updated to reflect the committed changes. clementval removed a child revision: D120820: [flang] Lower more cases of assignments on allocatable variables.Mar 2 2022, 9:30 AM
Revision Contents
Diff 412453 flang/include/flang/Lower/ConvertVariable.h
flang/lib/Lower/Bridge.cpp
flang/lib/Lower/ConvertVariable.cpp
flang/test/Lower/allocatable-assignment.f90
|
With these changes, I'm getting differences after running clang-format.