[all-commits] [llvm/llvm-project] f35e2d: [flang][openmp] Don't mark loop variables with exp...
David Truby via All-commits
all-commits at lists.llvm.org
Thu Oct 12 05:04:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f35e2d8022ba5779729379874ec0504ed1f82e31
https://github.com/llvm/llvm-project/commit/f35e2d8022ba5779729379874ec0504ed1f82e31
Author: David Truby <david.truby at arm.com>
Date: 2023-10-12 (Thu, 12 Oct 2023)
Changed paths:
M flang/lib/Semantics/resolve-directives.cpp
M flang/test/Lower/OpenMP/FIR/parallel-private-clause-fixes.f90
M flang/test/Semantics/OpenMP/do05-positivecase.f90
M flang/test/Semantics/OpenMP/symbol08.f90
Log Message:
-----------
[flang][openmp] Don't mark loop variables with explicit DSA as predetermined (#68723)
This patch fixes a bug where loop variables are always marked as
predetermined
even when they have an explicit data sharing attribute specified.
More information about the All-commits
mailing list