[all-commits] [llvm/llvm-project] f13d6c: [flang][OpenMP][NFC] test the current private deal...
Tom Eccles via All-commits
all-commits at lists.llvm.org
Wed Jan 22 13:31:41 PST 2025
Branch: refs/heads/users/tblah/delayed-task-exec-0
Home: https://github.com/llvm/llvm-project
Commit: f13d6c120c85380f7af5879bb1eaf4ecf980e2fb
https://github.com/llvm/llvm-project/commit/f13d6c120c85380f7af5879bb1eaf4ecf980e2fb
Author: Tom Eccles <tom.eccles at arm.com>
Date: 2025-01-22 (Wed, 22 Jan 2025)
Changed paths:
M flang/test/Lower/OpenMP/derived-type-allocatable.f90
Log Message:
-----------
[flang][OpenMP][NFC] test the current private dealloc runtime calls
It looks like in most cases we still don't make calls to deallocate
allocatable members of derived types which have been privatized.
This is just intended to add a test for the one case where we do, to
make sure this doesn't regress with my upcoming changes.
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