[flang-commits] [flang] [flang][MLIR][OpenMP] Extend delayed privatization for allocatables (PR #84033)
Kiran Chandramohan via flang-commits
flang-commits at lists.llvm.org
Tue Mar 5 11:35:32 PST 2024
kiranchandramohan wrote:
The point I was trying to make was that the appearance of the `#1` is mostly due to the use of `converter.getSymbolAddress` which as you point out calls `declareOp.getOriginalBase()` internally. I was hoping to clean this up at some point so that all usage takes `#0` or `declareOp.getBase()`.
Were the failures all in OpenMP tests?
It will be good to get an opinion from @jeanPerier on whether creating clones `#0` would be sufficient.
https://github.com/llvm/llvm-project/pull/84033
More information about the flang-commits
mailing list