[PATCH] D104391: [flang] [openmp] Correct OpenMP Allocate Directive parse tree structure to associate directives with allocate statements correctly.
Isaac Perry via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 16 08:40:05 PDT 2021
I_Perry created this revision.
Herald added subscribers: guansong, yaxunl.
I_Perry requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.
This patch implements a parse tree rewrite such that openmp allocate directives which should be associated with fortran allocate statements are done so.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D104391
Files:
flang/lib/Parser/unparse.cpp
flang/lib/Semantics/rewrite-parse-tree.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104391.352454.patch
Type: text/x-patch
Size: 3985 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210616/15ac341d/attachment.bin>
More information about the llvm-commits
mailing list