[flang-commits] [flang] [HLFIR][flang][OpenMP][MLIR] Basic support for delayed privatization code-gen (PR #82320)

Kareem Ergawy via flang-commits flang-commits at lists.llvm.org
Tue Feb 20 04:37:58 PST 2024


ergawy wrote:

> @ergawy The default flow is HLFIR so do we need #81833 and this patch?


I split for the following reasons:
- From what I see, we have 2 sets of tests flang lowering: one that targets `fir` and one that target `hlfir`. Therefore, I thought all lowering has to work with both paths.
- #81833 does most of the work needed for simple symbols both for `fir` and `hlfir`. Therefore, I split to separate the necessary changed needed in #81833 from the ones specific to `hlfir` in this PR.

Let me know if you prefer to merged the 2 PRs together.

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


More information about the flang-commits mailing list