[all-commits] [llvm/llvm-project] 32899e: [flang][openacc] Lower default clause to acc.data ...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Jun 30 11:22:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 32899e14afdc453882b50a8bcd291310920c55bd
https://github.com/llvm/llvm-project/commit/32899e14afdc453882b50a8bcd291310920c55bd
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/test/Lower/OpenACC/acc-data.f90
Log Message:
-----------
[flang][openacc] Lower default clause to acc.data operation attributes
Lowering of the default clause was missing on the acc.data operation. This
patch lowers the default clause to its corresponding attribute.
Reviewed By: razvanlupusoru
Differential Revision: https://reviews.llvm.org/D154162
More information about the All-commits
mailing list