[flang-commits] [flang] [flang][OpenMP] Only HLFIR base in privatization logic (PR #84123)

Kareem Ergawy via flang-commits flang-commits at lists.llvm.org
Thu Mar 7 07:07:46 PST 2024


ergawy wrote:

@kiranchandramohan @jeanPerier this is the most local solution I could find to apply what we discussed to privatization logic.

I **think** modifying `getSymbolAddress` as Kiran suggested at first might not work since:
- In privatization logic, we need the `SymbolBox` and not just the address.
- `getSymbolAddress` is not used by the privatization logic.

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


More information about the flang-commits mailing list