[all-commits] [llvm/llvm-project] 6dd4d9: [MLIR][OpenMP] Add lowering support for AUTOMAP mo...

Akash Banerjee via All-commits all-commits at lists.llvm.org
Thu Jul 31 06:06:39 PDT 2025


  Branch: refs/heads/users/Akash/automap_lower
  Home:   https://github.com/llvm/llvm-project
  Commit: 6dd4d9d7aa2c6b15761b9a135b6571c08947ad40
      https://github.com/llvm/llvm-project/commit/6dd4d9d7aa2c6b15761b9a135b6571c08947ad40
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-07-31 (Thu, 31 Jul 2025)

  Changed paths:
    M flang/include/flang/Lower/OpenMP.h
    M flang/lib/Lower/OpenMP/ClauseProcessor.cpp
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    M flang/lib/Lower/OpenMP/Utils.cpp
    M flang/lib/Lower/OpenMP/Utils.h
    M flang/lib/Optimizer/OpenMP/FunctionFiltering.cpp
    M flang/lib/Optimizer/OpenMP/MarkDeclareTarget.cpp
    A flang/test/Lower/OpenMP/declare-target-automap.f90
    M mlir/include/mlir/Dialect/OpenMP/OpenMPAttrDefs.td
    M mlir/include/mlir/Dialect/OpenMP/OpenMPOpsInterfaces.td

  Log Message:
  -----------
  [MLIR][OpenMP] Add lowering support for AUTOMAP modifier

Add Automap modifier to the MLIR op definition for the DeclareTarget directive's Enter clause.
Also add lowering support in Flang.

Automap Ref: OpenMP 6.0 section 7.9.7.



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