[PATCH] D151974: [flang][openacc] Add parser support for the force modifier in the collapse clause
Valentin Clement via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 1 22:54:34 PDT 2023
clementval created this revision.
clementval added reviewers: razvanlupusoru, vzakhari, jeanPerier.
Herald added subscribers: sunshaoce, bzcheeseman, mehdi_amini, rriddle.
Herald added a reviewer: sscalpone.
Herald added a reviewer: kiranchandramohan.
Herald added projects: Flang, All.
clementval requested review of this revision.
Herald added subscribers: llvm-commits, stephenneuendorffer, jdoerfert.
Herald added a project: LLVM.
This patch adds parser support for the force modifier on the collapse clause.
Lowering will currently hit a TODO as the MLIR representation of the acc.loop
might need some update.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D151974
Files:
flang/include/flang/Parser/dump-parse-tree.h
flang/include/flang/Parser/parse-tree.h
flang/lib/Lower/OpenACC.cpp
flang/lib/Parser/openacc-parsers.cpp
flang/lib/Parser/unparse.cpp
flang/lib/Semantics/check-acc-structure.cpp
flang/lib/Semantics/resolve-directives.cpp
flang/test/Parser/acc-unparse.f90
llvm/include/llvm/Frontend/OpenACC/ACC.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151974.527742.patch
Type: text/x-patch
Size: 5799 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230602/333f11eb/attachment.bin>
More information about the llvm-commits
mailing list