llvm-project
bbadbf75 - [flang][OpenMP] Delayed privatization for variables with `equivalence` association (#100531)

Commit
1 year ago
[flang][OpenMP] Delayed privatization for variables with `equivalence` association (#100531) Handles variables that are storage associated via `equivalence`. The problem is that these variables are declared as `fir.ptr`s while their privatized storage is declared as `fir.ref` which was triggering a validation error in the OpenMP dialect.
Author
Kareem Ergawy
Parents
Loading