[all-commits] [llvm/llvm-project] 054d0e: [MLIR][OpenMP] Unify device shared memory logic
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Mon Apr 27 05:16:05 PDT 2026
Branch: refs/heads/users/skatrak/flang-generic-12-refactor-checks
Home: https://github.com/llvm/llvm-project
Commit: 054d0e82157978b074ad11c31421fff2fc125019
https://github.com/llvm/llvm-project/commit/054d0e82157978b074ad11c31421fff2fc125019
Author: Sergio Afonso <Sergio.AfonsoFumero at amd.com>
Date: 2026-04-27 (Mon, 27 Apr 2026)
Changed paths:
A mlir/include/mlir/Dialect/OpenMP/Utils/Utils.h
M mlir/lib/Dialect/OpenMP/CMakeLists.txt
M mlir/lib/Dialect/OpenMP/Transforms/CMakeLists.txt
M mlir/lib/Dialect/OpenMP/Transforms/StackToShared.cpp
A mlir/lib/Dialect/OpenMP/Utils/CMakeLists.txt
A mlir/lib/Dialect/OpenMP/Utils/Utils.cpp
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/CMakeLists.txt
M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
Log Message:
-----------
[MLIR][OpenMP] Unify device shared memory logic
This patch creates a utils library for the OpenMP dialect with functions
used by MLIR to LLVM IR translation as well as the stack-to-shared pass
to determine which allocations must use local stack memory or device
shared memory.
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