[all-commits] [llvm/llvm-project] b60e49: [flang][openacc] Preserve user order for entry dat...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed May 10 08:32:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b60e49165ee10d11eacfdce9bf9c59d132d95e25
https://github.com/llvm/llvm-project/commit/b60e49165ee10d11eacfdce9bf9c59d132d95e25
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/test/Lower/OpenACC/acc-parallel.f90
Log Message:
-----------
[flang][openacc] Preserve user order for entry data operand on compute construct
The order of operand in clauses that are decomposed was not
preserved. This patch change how operands are handled and preserve
the user ordering for the entry data operation on the acc.parallel
operation.
Reviewed By: vzakhari
Differential Revision: https://reviews.llvm.org/D150214
More information about the All-commits
mailing list