Files
clang-p2996/flang/lib/Optimizer/OpenMP/MapsForPrivatizedSymbols.cpp
Pranav Bhandarkar 7dd8122d4e [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.
2025-04-29 14:53:15 -05:00

9.6 KiB