diff options
author | Pranav Bhandarkar <pranav.bhandarkar@amd.com> | 2025-04-29 14:53:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-29 14:53:15 -0500 |
commit | 7dd8122d4ea147a2e8b90d611e30d4c2cff4619f (patch) | |
tree | d2774420c6d35234715618b38eda45b6bd034d86 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | c88b53777130a80ac08f39166c487ea7bb721441 (diff) | |
download | llvm-7dd8122d4ea147a2e8b90d611e30d4c2cff4619f.zip llvm-7dd8122d4ea147a2e8b90d611e30d4c2cff4619f.tar.gz llvm-7dd8122d4ea147a2e8b90d611e30d4c2cff4619f.tar.bz2 |
[Flang][MLIR][OpenMP] - Add support for firstprivate when translating omp.target ops from MLIR to LLVMIR (#131213)
This patch adds support to translate `firstprivate` clauses on `omp.target` ops when translating from MLIR to LLVMIR.
Presently, this PR is restricted to supporting only included tasks, i.e `#omp target nowait firstprivate(some_variable)` will likely not work correctly even if it produces object code.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions