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

Sergio Afonso via All-commits all-commits at lists.llvm.org
Thu Apr 16 05:09:43 PDT 2026


  Branch: refs/heads/users/skatrak/flang-generic-12-refactor-checks
  Home:   https://github.com/llvm/llvm-project
  Commit: 79b778fb341fe171a3f5b467f694a7eca6b167a6
      https://github.com/llvm/llvm-project/commit/79b778fb341fe171a3f5b467f694a7eca6b167a6
  Author: Sergio Afonso <Sergio.AfonsoFumero at amd.com>
  Date:   2026-04-16 (Thu, 16 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: 3865c613914c9908c93f0a78c5ddd636e35f59dc
      https://github.com/llvm/llvm-project/commit/3865c613914c9908c93f0a78c5ddd636e35f59dc
  Author: Sergio Afonso <Sergio.AfonsoFumero at amd.com>
  Date:   2026-04-16 (Thu, 16 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/338baf569468...3865c613914c

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