[all-commits] [llvm/llvm-project] 0bc5b5: [MLIR][OpenMP] Unify device shared memory logic

Sergio Afonso via All-commits all-commits at lists.llvm.org
Mon Apr 27 04:47:34 PDT 2026


  Branch: refs/heads/users/skatrak/flang-generic-12-refactor-checks
  Home:   https://github.com/llvm/llvm-project
  Commit: 0bc5b571e4bc2a4ad7ba330ff64751af450c2beb
      https://github.com/llvm/llvm-project/commit/0bc5b571e4bc2a4ad7ba330ff64751af450c2beb
  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