[all-commits] [llvm/llvm-project] 185eab: [flang][openacc] Keep constant bounds in reduction...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon Oct 2 17:59:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 185eab1974bf3f13315980f8741816dd44d35f4f
https://github.com/llvm/llvm-project/commit/185eab1974bf3f13315980f8741816dd44d35f4f
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2023-10-02 (Mon, 02 Oct 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/test/Lower/OpenACC/acc-reduction.f90
Log Message:
-----------
[flang][openacc] Keep constant bounds in reduction recipe when it is all constants (#67827)
Following #67719, propagate the constant bounds in the combiner region
when all bounds are constant. Otherwise, bounds information are
propagated as block arguments as defined in #67719.
More information about the All-commits
mailing list