[llvm-branch-commits] [flang] [flang][fir] Basic lowering `fir.do_concurrent` locality specs to `fir.do_loop ... unordered` (PR #138512)

Kareem Ergawy via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Wed May 7 00:19:59 PDT 2025


ergawy wrote:

> This needs a TODO message for locality specifiers which are not yet supported (as I understand it this means ones with init or dealloc regions)

Done. I think we might end up not supporting `init` and `dealloc` regions for `fir.local` ops since this is the case for early localization (https://github.com/llvm/llvm-project/blob/main/flang/lib/Lower/Bridge.cpp#L2052).

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


More information about the llvm-branch-commits mailing list