[all-commits] [llvm/llvm-project] d0e8f3: [flang][openacc] Fixed private/reduction for combi...
Slava Zakharin via All-commits
all-commits at lists.llvm.org
Wed Oct 18 08:11:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d0e8f3321e0a5bdf099c1ec2bc3351b2e04865c9
https://github.com/llvm/llvm-project/commit/d0e8f3321e0a5bdf099c1ec2bc3351b2e04865c9
Author: Slava Zakharin <szakharin at nvidia.com>
Date: 2023-10-18 (Wed, 18 Oct 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/test/Lower/OpenACC/acc-parallel-loop.f90
M flang/test/Lower/OpenACC/acc-private.f90
M flang/test/Lower/OpenACC/acc-serial-loop.f90
Log Message:
-----------
[flang][openacc] Fixed private/reduction for combined constructs. (#69417)
According to OpenACC 3.2 2.11, private or reduction clause
on the combined construct is treated as if it appeared
on the loop construct.
More information about the All-commits
mailing list