[all-commits] [llvm/llvm-project] 5efc2c: [flang][Lower][OpenMP] try to avoid using init mol...
Tom Eccles via All-commits
all-commits at lists.llvm.org
Wed Feb 5 09:59:56 PST 2025
Branch: refs/heads/users/tblah/init-region-cleanup-1
Home: https://github.com/llvm/llvm-project
Commit: 5efc2c5b0c5f80b84b866a99fd5b6dd64cff4ec0
https://github.com/llvm/llvm-project/commit/5efc2c5b0c5f80b84b866a99fd5b6dd64cff4ec0
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2025-02-05 (Wed, 05 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