[all-commits] [llvm/llvm-project] 47d42c: [mlir][OpenMP] - MLIR to LLVMIR translation suppor...
Pranav Bhandarkar via All-commits
all-commits at lists.llvm.org
Mon Sep 30 19:59:06 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47d42cfa59b3f418b6f50504d258857abb04ac44
https://github.com/llvm/llvm-project/commit/47d42cfa59b3f418b6f50504d258857abb04ac44
Author: Pranav Bhandarkar <pranav.bhandarkar at amd.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
A mlir/test/Target/LLVMIR/openmp-target-private.mlir
Log Message:
-----------
[mlir][OpenMP] - MLIR to LLVMIR translation support for delayed privatization in `omp.target` ops. (#109668)
This patch adds support to translate the `private` clause on
`omp.target` ops from MLIR to LLVMIR. This first cut only handles
non-allocatables. Also, this is for delayed privatization.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list