[all-commits] [llvm/llvm-project] 83658d: [flang][OpenMP] Enable delayed privatization by de...
Kareem Ergawy via All-commits
all-commits at lists.llvm.org
Tue Mar 18 06:08:03 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 83658ddb1b58fa10cf5f8ac8dfbe794b7a3701bc
https://github.com/llvm/llvm-project/commit/83658ddb1b58fa10cf5f8ac8dfbe794b7a3701bc
Author: Kareem Ergawy <kareem.ergawy at amd.com>
Date: 2025-03-18 (Tue, 18 Mar 2025)
Changed paths:
M flang/lib/Lower/OpenMP/OpenMP.cpp
M flang/test/Lower/OpenMP/distribute.f90
M flang/test/Lower/OpenMP/order-clause.f90
M flang/test/Transforms/stack-arrays-hlfir.f90
Log Message:
-----------
[flang][OpenMP] Enable delayed privatization by default for `omp.distribute` (#131574)
Switches delayed privatization for `omp.distribute` to be on by default:
controlled by the `-openmp-enable-delayed-privatization` instead of by
`-openmp-enable-delayed-privatization-staging`.
### GFortran & Fujitsu test suite results:
#### gfotran test-suite (this PR):
```
Testing Time: 34.51s
Passed: 6569
```
#### Fujitsu without changes (commit: 0813c5cf5f52):
```
Testing Time: 155.39s
Passed : 88325
Failed : 156
Executable Missing: 408
```
#### Fujitsu with changes (this PR):
```
Testing Time: 158.54s
Passed : 88325
Failed : 156
Executable Missing: 408
```
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