[all-commits] [llvm/llvm-project] e99c8a: [flang][openacc] Lower DO CONCURRENT with acc loop...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Jan 24 08:55:28 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e99c8aef5d618f5fe0baf643e3a31ee911e909f1
https://github.com/llvm/llvm-project/commit/e99c8aef5d618f5fe0baf643e3a31ee911e909f1
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2024-01-24 (Wed, 24 Jan 2024)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/test/Lower/OpenACC/acc-loop.f90
Log Message:
-----------
[flang][openacc] Lower DO CONCURRENT with acc loop (#79223)
Lower basic DO CONCURRENT with acc loop construct. The DO CONCURRENT is
lowered to an acc.loop operation.
This does not currently cover the DO CONCURRENT with locality specs.
More information about the All-commits
mailing list