[all-commits] [llvm/llvm-project] 7dcea4: [flang][Lower][OpenMP] try to avoid using init mol...
Tom Eccles via All-commits
all-commits at lists.llvm.org
Thu Feb 6 02:27:14 PST 2025
Branch: refs/heads/users/tblah/init-region-cleanup-1
Home: https://github.com/llvm/llvm-project
Commit: 7dcea4cce0c7d6ea4d7a61ea55d724dc703621f6
https://github.com/llvm/llvm-project/commit/7dcea4cce0c7d6ea4d7a61ea55d724dc703621f6
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M flang/lib/Lower/OpenMP/PrivateReductionUtils.cpp
M flang/test/Lower/OpenMP/delayed-privatization-pointer.f90
Log Message:
-----------
[flang][Lower][OpenMP] try to avoid using init mold argument
Unfortunately we still have a lot of cases like
!fir.box<!fir.array<10xi32>> where we read dimensions from the mold in
case there are non-default lower bounds stored inside the box. I will
address this in the next patch.
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