[all-commits] [llvm/llvm-project] c5f100: [mlir][OpenMP] initialize (first)private variables...

Tom Eccles via All-commits all-commits at lists.llvm.org
Fri Jan 31 13:49:32 PST 2025


  Branch: refs/heads/users/tblah/delayed-task-exec-4
  Home:   https://github.com/llvm/llvm-project
  Commit: c5f10057ff564a4fdc64673f73474ae20f2ea574
      https://github.com/llvm/llvm-project/commit/c5f10057ff564a4fdc64673f73474ae20f2ea574
  Author: Tom Eccles <tom.eccles at arm.com>
  Date:   2025-01-31 (Fri, 31 Jan 2025)

  Changed paths:
    M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
    M mlir/test/Target/LLVMIR/openmp-llvm.mlir

  Log Message:
  -----------
  [mlir][OpenMP] initialize (first)private variables before task exec

This still doesn't fix the memory safety issues because the stack
allocations created here for the private variables might go out of
scope.

I will add a more complete lit test later in this patch series.



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