This is an archive of the discontinued LLVM Phabricator instance.

[flang][openacc] Lower the entry part for OpenACC declare in function/subroutine
ClosedPublic

Authored by clementval on Jul 28 2023, 9:54 AM.

Details

Summary

This patch adds lowering for the entry part of the OpenACC declare construct
in function/subroutine. The exit part will come as a follow up patch.

Diff Detail