[PATCH] D151974: [flang][openacc] Add parser support for the force modifier in the collapse clause
Kiran Chandramohan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 5 09:42:14 PDT 2023
kiranchandramohan accepted this revision.
kiranchandramohan added a comment.
This revision is now accepted and ready to land.
LG.
If this modifier came in new in the OpenACC 3.3 spec, it might be good to mention in the commit message.
================
Comment at: flang/lib/Lower/OpenACC.cpp:748
+ if (force)
+ TODO(clauseLocation, "force modifier");
+ const auto &intExpr =
----------------
Nit: May be `ACC Collapse force modifier`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151974/new/
https://reviews.llvm.org/D151974
More information about the llvm-commits
mailing list