So far we've relied on AllocaOp to represent the dummy arguments
not declared for the current entry. With HLFIR we have to account
for hlfir::DeclareOp.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D149231
[flang] Recognize unused dummy arguments during lowering with HLFIR. ClosedPublic Authored by vzakhari on Apr 25 2023, 10:16 PM.
Details Summary So far we've relied on AllocaOp to represent the dummy arguments
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 26 2023, 12:33 AM Closed by commit rGd311cb64a7d3: [flang] Recognize unused dummy arguments during lowering with HLFIR. (authored by vzakhari). · Explain WhyApr 26 2023, 8:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 517200 flang/lib/Lower/ConvertVariable.cpp
flang/test/HLFIR/dummy_deallocation.f90
|