[all-commits] [llvm/llvm-project] eb63f5: [flang][OpenMP] Restore reduction processor behavi...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Wed Jul 23 00:27:05 PDT 2025
Branch: refs/heads/users/ergawy/reduction_clean_syms_on_failure
Home: https://github.com/llvm/llvm-project
Commit: eb63f55d4092f033567029c7f3db6b9e18d817cd
https://github.com/llvm/llvm-project/commit/eb63f55d4092f033567029c7f3db6b9e18d817cd
Author: ergawy <kareem.ergawy at amd.com>
Date: 2025-07-23 (Wed, 23 Jul 2025)
Changed paths:
M flang/include/flang/Lower/Support/ReductionProcessor.h
M flang/lib/Lower/Bridge.cpp
M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
M flang/lib/Lower/Support/ReductionProcessor.cpp
A flang/test/Lower/OpenMP/wsloop-reduction-non-intrinsic.f90
Log Message:
-----------
[flang][OpenMP] Restore reduction processor behavior broken by #145837
Fixes #149089.
Before #145837, when processing a reduction symbol not yet supported by
OpenMP lowering, the reduction processor would simply skip filling in
the reduction symbols and variables. With #145837, this behvaior was
slightly changed because the reduction symbols are populated before
invoking the reduction processor (this is more convenient to shared the
code with `do concurrent`).
This PR restores the previous behavior.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list