[all-commits] [llvm/llvm-project] 16eb7e: [MLIR][OpenMP] Add Lowering support for OpenMP Dec...

Akash Banerjee via All-commits all-commits at lists.llvm.org
Mon Feb 10 09:02:46 PST 2025


  Branch: refs/heads/users/akash/mapper_lowering
  Home:   https://github.com/llvm/llvm-project
  Commit: 16eb7e83fc8167f1c6502bafc15659eca49e36a4
      https://github.com/llvm/llvm-project/commit/16eb7e83fc8167f1c6502bafc15659eca49e36a4
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-10 (Mon, 10 Feb 2025)

  Changed paths:
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
    M flang/test/Lower/OpenMP/Todo/omp-declare-mapper.f90
    A flang/test/Lower/OpenMP/declare-mapper.f90

  Log Message:
  -----------
  [MLIR][OpenMP] Add Lowering support for OpenMP Declare Mapper directive

This patch adds HLFIR/FIR lowering support for OpenMP Declare Mapper directive.


  Commit: da867f0685ecf6c51ded81f645d57d39c59cb782
      https://github.com/llvm/llvm-project/commit/da867f0685ecf6c51ded81f645d57d39c59cb782
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-10 (Mon, 10 Feb 2025)

  Changed paths:
    M flang/test/Lower/OpenMP/declare-mapper.f90

  Log Message:
  -----------
  Add emptyline to test.


  Commit: 798380f00c97d6a5f724cf94d8764bfb6e838e16
      https://github.com/llvm/llvm-project/commit/798380f00c97d6a5f724cf94d8764bfb6e838e16
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-10 (Mon, 10 Feb 2025)

  Changed paths:
    M flang/lib/Lower/OpenMP/OpenMP.cpp

  Log Message:
  -----------
  Addressed reviewer comments. Added assert to check for derived type.


  Commit: d7264d8623f4abba0f925acf3b80025c27367d3f
      https://github.com/llvm/llvm-project/commit/d7264d8623f4abba0f925acf3b80025c27367d3f
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-10 (Mon, 10 Feb 2025)

  Changed paths:
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
    R flang/test/Lower/OpenMP/Todo/omp-declare-mapper.f90
    M flang/test/Lower/OpenMP/declare-mapper.f90

  Log Message:
  -----------
  Add lowering changes for declMapperOp's region.


  Commit: 3efffb1d0cb86af600e74501520e52eae577d765
      https://github.com/llvm/llvm-project/commit/3efffb1d0cb86af600e74501520e52eae577d765
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-10 (Mon, 10 Feb 2025)

  Changed paths:
    M flang/include/flang/Lower/AbstractConverter.h
    M flang/lib/Lower/Bridge.cpp
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    M flang/test/Lower/OpenMP/declare-mapper.f90

  Log Message:
  -----------
  Add required changes to hoist DeclareMapperOp to the ModuleOp's region.
Add a new name mangling method which accepts a user supplied scope to mangle the name, in addition to the existing function which always used the currentScope.


  Commit: 857fd11de8ad4253d54ed2cbeafa0ef7a06cbe8a
      https://github.com/llvm/llvm-project/commit/857fd11de8ad4253d54ed2cbeafa0ef7a06cbe8a
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-10 (Mon, 10 Feb 2025)

  Changed paths:
    M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
    M flang/test/Lower/OpenMP/declare-mapper.f90

  Log Message:
  -----------
  Update MapInfoFinalization pass to look for MapInfoOps inside DeclareMapperOps as well as inside the Module.


  Commit: 189c146a8059a3ff80eb620a4c204fdf0c4289d9
      https://github.com/llvm/llvm-project/commit/189c146a8059a3ff80eb620a4c204fdf0c4289d9
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-10 (Mon, 10 Feb 2025)

  Changed paths:
    M flang/lib/Lower/OpenMP/OpenMP.cpp

  Log Message:
  -----------
  Address reviewer comments.


  Commit: e2ad3f4962cdee57801c1e63ef161c1a28512e2d
      https://github.com/llvm/llvm-project/commit/e2ad3f4962cdee57801c1e63ef161c1a28512e2d
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-10 (Mon, 10 Feb 2025)

  Changed paths:
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    M flang/lib/Optimizer/OpenMP/MapInfoFinalization.cpp
    M flang/test/Lower/OpenMP/declare-mapper.f90

  Log Message:
  -----------
  Addressed reviewer comments.


  Commit: 3c15b95b69b4aff528ddee69c09f8ec4306b3c1e
      https://github.com/llvm/llvm-project/commit/3c15b95b69b4aff528ddee69c09f8ec4306b3c1e
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-10 (Mon, 10 Feb 2025)

  Changed paths:
    M flang/lib/Lower/OpenMP/OpenMP.cpp
    M flang/test/Lower/OpenMP/declare-mapper.f90

  Log Message:
  -----------
  Fix build issue.


Compare: https://github.com/llvm/llvm-project/compare/7fb14294e600...3c15b95b69b4

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