[all-commits] [llvm/llvm-project] 273fca: [MLIR][OpenMP] - Fix translation of omp.target whe...
Pranav Bhandarkar via All-commits
all-commits at lists.llvm.org
Fri Feb 28 15:17:21 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 273fca94d4c4896df15f967a1388b7c533b76062
https://github.com/llvm/llvm-project/commit/273fca94d4c4896df15f967a1388b7c533b76062
Author: Pranav Bhandarkar <pranav.bhandarkar at amd.com>
Date: 2025-02-28 (Fri, 28 Feb 2025)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
M mlir/test/Target/LLVMIR/openmp-target-private-allocatable.mlir
Log Message:
-----------
[MLIR][OpenMP] - Fix translation of omp.target when private variables need cleaning up (#129205)
This is a simple fix that ensures that the InsertPoint is properly fixed
up after we have translated the dealloc region of all privatized
variables during translation of omp.target from MLIR to LLVMIR.
Fix for https://github.com/llvm/llvm-project/issues/129202
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