[all-commits] [llvm/llvm-project] 80ea48: [flang][openacc] Support array reduction for max i...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Jun 26 12:03:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80ea480d6c03d46a0903fa863547827e705710f9
https://github.com/llvm/llvm-project/commit/80ea480d6c03d46a0903fa863547827e705710f9
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-06-26 (Mon, 26 Jun 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/test/Lower/OpenACC/acc-reduction.f90
Log Message:
-----------
[flang][openacc] Support array reduction for max in lowering
Add loweirng support for array reduction with the
max operator. Simplify generation of init value.
Depends on D153661
Reviewed By: jeanPerier
Differential Revision: https://reviews.llvm.org/D153663
More information about the All-commits
mailing list