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

Akash Banerjee via All-commits all-commits at lists.llvm.org
Fri Feb 7 09:26:22 PST 2025


  Branch: refs/heads/users/akash/mapper_lowering
  Home:   https://github.com/llvm/llvm-project
  Commit: d2716cc4fa13420fd253bcf516af044a8f8ad53c
      https://github.com/llvm/llvm-project/commit/d2716cc4fa13420fd253bcf516af044a8f8ad53c
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-07 (Fri, 07 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: ab3265efcec99e62bc64a134b35f04f95b953995
      https://github.com/llvm/llvm-project/commit/ab3265efcec99e62bc64a134b35f04f95b953995
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-07 (Fri, 07 Feb 2025)

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

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


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

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

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


  Commit: 8af0539a46436e3cf7c015cc7c7bafc0da10ed33
      https://github.com/llvm/llvm-project/commit/8af0539a46436e3cf7c015cc7c7bafc0da10ed33
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-07 (Fri, 07 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: a7f9af340a2b15168b41f920ea8202b46cca9f8c
      https://github.com/llvm/llvm-project/commit/a7f9af340a2b15168b41f920ea8202b46cca9f8c
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-07 (Fri, 07 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: e75d478b242a13877e79467d793dbee6b2085a19
      https://github.com/llvm/llvm-project/commit/e75d478b242a13877e79467d793dbee6b2085a19
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-07 (Fri, 07 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: 8f9da3036d08bcecc66a9b0c501d3da09e1b2dec
      https://github.com/llvm/llvm-project/commit/8f9da3036d08bcecc66a9b0c501d3da09e1b2dec
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-07 (Fri, 07 Feb 2025)

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

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


  Commit: 7fb14294e600863db7b739486b9d7d5af7cf6a25
      https://github.com/llvm/llvm-project/commit/7fb14294e600863db7b739486b9d7d5af7cf6a25
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-07 (Fri, 07 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.


Compare: https://github.com/llvm/llvm-project/compare/49305ab992c5...7fb14294e600

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