[flang-commits] [flang] [flang][OpenMP][RFC] Add support for COPYPRIVATE (PR #73128)
Valentin Clement バレンタイン クレメン via flang-commits
flang-commits at lists.llvm.org
Fri Nov 24 21:42:39 PST 2023
clementval wrote:
> From a design point of view, would there be advantages to keep the copyprivate implementation abstract in the IR (e.g, to not make the buffer/barriers/copies explicit yet)?
+1
I think introducing abstraction in the OpenMP dialect and then have passes to lower that further down would be nice.
https://github.com/llvm/llvm-project/pull/73128
More information about the flang-commits
mailing list