[PATCH] D83998: [flang][openacc] Basic name resolution infrastructure for OpenACC construct
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 19:22:34 PDT 2020
clementval created this revision.
clementval added reviewers: sscalpone, tskeith, klausler, ichoyjx, DavidTruby.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.
This patch put in place the basic infratrsucture for the name resolutions
in OpenACC constructs. It tries to be as similar as the OpenMP name resolution and
now share a base class DirectiveAttributeVisitor to share most of the base
infrastructure. Follow-up patches will come with more tests and name resolution
in data constructs and data-mapping clauses.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D83998
Files:
flang/include/flang/Semantics/symbol.h
flang/lib/Semantics/resolve-names.cpp
flang/lib/Semantics/unparse-with-symbols.cpp
flang/test/Semantics/acc-resolve01.f90
flang/test/Semantics/acc-resolve02.f90
flang/test/Semantics/acc-symbols01.f90
flang/test/Semantics/test_symbols.sh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83998.278649.patch
Type: text/x-patch
Size: 37795 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200717/947a4922/attachment.bin>
More information about the llvm-commits
mailing list