[all-commits] [llvm/llvm-project] 49f123: [flang][openacc] Support assumed shape arrays in p...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Sep 28 12:41:06 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49f1232ea199ce8a838a2a1899e4bd9b78d2dc31
https://github.com/llvm/llvm-project/commit/49f1232ea199ce8a838a2a1899e4bd9b78d2dc31
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-09-28 (Thu, 28 Sep 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/test/Lower/OpenACC/acc-private.f90
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
Log Message:
-----------
[flang][openacc] Support assumed shape arrays in private recipe (#67701)
This patch adds correct support for the assumed shape arrays in the
privatization recipes.
This follows the same IR generation than in #67610.
More information about the All-commits
mailing list