[Mlir-commits] [mlir] [OpenMP][mlir] Add Groupprivate op in omp dialect. (PR #162704)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Feb 24 01:54:04 PST 2026
skc7 wrote:
Hi All,
I see that in clang aswell, groupprivate is codegen to a global variable in addrspace(3), which this PR also does.
https://github.com/llvm/llvm-project/pull/169018
Please let me know if there are any other changes to be done?
https://github.com/llvm/llvm-project/pull/162704
More information about the Mlir-commits
mailing list