[flang-commits] [flang] [flang][MLIR][OpenMP] Extend delayed privatization for scalar allocatables (PR #84740)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Mon Mar 11 03:30:01 PDT 2024


kiranchandramohan wrote:

Thanks @ergawy for the change. And sorry for the changes you had to make due to the previous usage of both base and original base.

I was expecting the deallocation of the allocatable variable to be inside a separate region in the PrivateClause Op.

```
init {
} copy {
} dealloc {
// insert dealloc here
}
```

https://github.com/llvm/llvm-project/pull/84740


More information about the flang-commits mailing list