This is an archive of the discontinued LLVM Phabricator instance.

[flang][NFC] Add pointer dummy arguments tests
ClosedPublic

Authored by clementval on Mar 22 2022, 9:19 AM.

Details

Summary

This patch adds test for calls with POINTER dummy arguments on the caller side.

It also fixes some formatting error that was introduced when upstreaming
the other pointer tests.

This patch is part of the upstreaming effort from fir-dev branch.

Diff Detail

Event Timeline

clementval created this revision.Mar 22 2022, 9:19 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptMar 22 2022, 9:19 AM
clementval requested review of this revision.Mar 22 2022, 9:19 AM
PeteSteinfeld accepted this revision.Mar 22 2022, 12:55 PM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Mar 22 2022, 12:55 PM
This revision was automatically updated to reflect the committed changes.
flang/test/Lower/pointer-initial-target.f90