[all-commits] [llvm/llvm-project] c1dcb5: [flang][openacc] Update loop construct lowering
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Oct 1 17:39:22 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c1dcb573a861dc45be6e4cfc598b340c9079fc1f
https://github.com/llvm/llvm-project/commit/c1dcb573a861dc45be6e4cfc598b340c9079fc1f
Author: Valentin Clement <clementval at gmail.com>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
Log Message:
-----------
[flang][openacc] Update loop construct lowering
Update the loop construct lowering to support multiple occurences of the same clauses
such as private. Add some utility functions used by other constructs.
Upstreaming part of https://github.com/flang-compiler/f18-llvm-project/pull/438/
Reviewed By: schweitz
Differential Revision: https://reviews.llvm.org/D88253
More information about the All-commits
mailing list