[flang-commits] [flang] [WIP][flang][OpenMP] Experimental pass to map `do concurrent` to OMP (PR #77285)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Mon Jan 8 01:58:28 PST 2024


kiranchandramohan wrote:

Nice start.

In case you have missed it, there are some recommendations for `do concurrent` in https://github.com/llvm/llvm-project/blob/main/flang/docs/DoConcurrent.md.

I guess the things to consider are:
1. Is any additional analysis necessary before this conversion?
2. How to map locality constraints, i believe they are currently handled in lowering. This will need to be delayed.
3. Ensure this is only enabled with driver flags.

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


More information about the flang-commits mailing list