[all-commits] [llvm/llvm-project] c4e567: [MLIR][OpenMP] Unify device shared memory logic
Sergio Afonso via All-commits
all-commits at lists.llvm.org
Wed Apr 15 05:37:00 PDT 2026
Branch: refs/heads/users/skatrak/flang-generic-12-refactor-checks
Home: https://github.com/llvm/llvm-project
Commit: c4e567bf39775fc635f07461fe245065809e3ce8
https://github.com/llvm/llvm-project/commit/c4e567bf39775fc635f07461fe245065809e3ce8
Author: Sergio Afonso <Sergio.AfonsoFumero at amd.com>
Date: 2026-04-15 (Wed, 15 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.
Commit: 338baf569468f4576fe382b8e903c26e8d09958d
https://github.com/llvm/llvm-project/commit/338baf569468f4576fe382b8e903c26e8d09958d
Author: Sergio Afonso <Sergio.AfonsoFumero at amd.com>
Date: 2026-04-15 (Wed, 15 Apr 2026)
Changed paths:
M mlir/lib/Dialect/OpenMP/Utils/Utils.cpp
Log Message:
-----------
simplify private clause check
Compare: https://github.com/llvm/llvm-project/compare/9f53e6ec2950...338baf569468
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