[all-commits] [llvm/llvm-project] 3114a1: Fix regression on min reduction
Tom Eccles via All-commits
all-commits at lists.llvm.org
Tue Mar 12 09:33:54 PDT 2024
Branch: refs/heads/users/tblah/omp_byref_3
Home: https://github.com/llvm/llvm-project
Commit: 3114a1239e78ed168b03ddfc456a4fa441836826
https://github.com/llvm/llvm-project/commit/3114a1239e78ed168b03ddfc456a4fa441836826
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2024-03-12 (Tue, 12 Mar 2024)
Changed paths:
M flang/lib/Lower/OpenMP/ReductionProcessor.cpp
A flang/test/Lower/OpenMP/wsloop-reduction-min2.f90
Log Message:
-----------
Fix regression on min reduction
This makes sure that the generated IR doesn't change as a result of this
PR. The generated IR looks wrong to me (no reduction is generated at
all), but that is a matter for another patch.
Commit: 85df0051a5cb785fe491b9876c66e5b5f36392f3
https://github.com/llvm/llvm-project/commit/85df0051a5cb785fe491b9876c66e5b5f36392f3
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2024-03-12 (Tue, 12 Mar 2024)
Changed paths:
M flang/lib/Lower/OpenMP/ReductionProcessor.cpp
Log Message:
-----------
Add TODO message
Compare: https://github.com/llvm/llvm-project/compare/07d9f417ecc8...85df0051a5cb
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