[all-commits] [llvm/llvm-project] c4d732: [flang][OpenMP] Skip default privatization for cra...
NimishMishra via All-commits
all-commits at lists.llvm.org
Fri Nov 10 05:24:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c4d73216150fbc9679fe999e70396262cf352d15
https://github.com/llvm/llvm-project/commit/c4d73216150fbc9679fe999e70396262cf352d15
Author: NimishMishra <42909663+NimishMishra at users.noreply.github.com>
Date: 2023-11-10 (Fri, 10 Nov 2023)
Changed paths:
M flang/lib/Lower/OpenMP.cpp
M flang/test/Lower/OpenMP/default-clause.f90
Log Message:
-----------
[flang][OpenMP] Skip default privatization for crashing cases (#71922)
This patch skips default privatization for crashing cases like
namelists, reduction instrinsics, and structure constructor.
Fixes: https://github.com/llvm/llvm-project/issues/67332,
https://github.com/llvm/llvm-project/issues/66454, and
https://github.com/llvm/llvm-project/issues/65569
Co-Authored-By: kiranchandramohan <kiran.chandramohan at arm.com>
More information about the All-commits
mailing list