[all-commits] [llvm/llvm-project] 1b7cbe: [flang][OpenMP] Create unique reduction decls for ...
Tom Eccles via All-commits
all-commits at lists.llvm.org
Wed Jul 2 02:26:04 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1b7cbe1f871ebe572e383a2531257b88168eea1b
https://github.com/llvm/llvm-project/commit/1b7cbe1f871ebe572e383a2531257b88168eea1b
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2025-07-02 (Wed, 02 Jul 2025)
Changed paths:
M flang/lib/Lower/OpenMP/ReductionProcessor.cpp
M flang/test/Lower/OpenMP/wsloop-reduction-logical-and-byref.f90
M flang/test/Lower/OpenMP/wsloop-reduction-logical-and.f90
M flang/test/Lower/OpenMP/wsloop-reduction-logical-eqv-byref.f90
M flang/test/Lower/OpenMP/wsloop-reduction-logical-eqv.f90
A flang/test/Lower/OpenMP/wsloop-reduction-logical-kinds.f90
M flang/test/Lower/OpenMP/wsloop-reduction-logical-neqv-byref.f90
M flang/test/Lower/OpenMP/wsloop-reduction-logical-neqv.f90
M flang/test/Lower/OpenMP/wsloop-reduction-logical-or-byref.f90
M flang/test/Lower/OpenMP/wsloop-reduction-logical-or.f90
Log Message:
-----------
[flang][OpenMP] Create unique reduction decls for different logical kinds (#146558)
Some Fujitsu tests showed incorrect results because we were sharing
reduction declarations for different kinds for logical variables.
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