[all-commits] [llvm/llvm-project] 247991: [MLIR][OpenMP] Add OpenMPToLLVMIRTranslation suppo...

Akash Banerjee via All-commits all-commits at lists.llvm.org
Thu Nov 27 12:26:36 PST 2025


  Branch: refs/heads/users/Akash/is_device_ptr_translate
  Home:   https://github.com/llvm/llvm-project
  Commit: 247991827a0177c447946c0e7a7d3512bd91dcf9
      https://github.com/llvm/llvm-project/commit/247991827a0177c447946c0e7a7d3512bd91dcf9
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-11-27 (Thu, 27 Nov 2025)

  Changed paths:
    M flang/test/Integration/OpenMP/map-types-and-sizes.f90
    M mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp
    M mlir/test/Target/LLVMIR/omptarget-llvm.mlir
    M mlir/test/Target/LLVMIR/openmp-todo.mlir
    A offload/test/offloading/fortran/target-is-device-ptr.f90

  Log Message:
  -----------
  [MLIR][OpenMP] Add OpenMPToLLVMIRTranslation support for is_device_ptr

This PR adds support for the OpenMP is_device_ptr clause in the MLIR to LLVM IR translation for target regions. The is_device_ptr clause allows device pointers (allocated via OpenMP runtime APIs) to be used directly in target regions without implicit mapping.



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