[all-commits] [llvm/llvm-project] ed3d49: Change isa to isa_and_present.

Akash Banerjee via All-commits all-commits at lists.llvm.org
Tue Feb 18 08:23:01 PST 2025


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

  Changed paths:
    M mlir/lib/Dialect/OpenMP/IR/OpenMPDialect.cpp

  Log Message:
  -----------
  Change isa to isa_and_present.


  Commit: 665b8559dfa804b4943fb8dfebe548507ecbb4a0
      https://github.com/llvm/llvm-project/commit/665b8559dfa804b4943fb8dfebe548507ecbb4a0
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-18 (Tue, 18 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: ba01ffe1b7235164897a1e154b00050d7e465daa
      https://github.com/llvm/llvm-project/commit/ba01ffe1b7235164897a1e154b00050d7e465daa
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-18 (Tue, 18 Feb 2025)

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

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


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

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

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


  Commit: cd59db747068857a0700ec73155ef3f5cda600d4
      https://github.com/llvm/llvm-project/commit/cd59db747068857a0700ec73155ef3f5cda600d4
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-18 (Tue, 18 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: 9a657ae57e1b3188006337f8bf914e66b976fb96
      https://github.com/llvm/llvm-project/commit/9a657ae57e1b3188006337f8bf914e66b976fb96
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-18 (Tue, 18 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: 142761f11f53b883372fb11fbebd2175f3bc5995
      https://github.com/llvm/llvm-project/commit/142761f11f53b883372fb11fbebd2175f3bc5995
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-18 (Tue, 18 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: 9cd417674f5f3c48abc1f24fb8460a94ef0ca25d
      https://github.com/llvm/llvm-project/commit/9cd417674f5f3c48abc1f24fb8460a94ef0ca25d
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-18 (Tue, 18 Feb 2025)

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

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


  Commit: f74dad6bd3586326650e92961d6be2eb41ef2f8b
      https://github.com/llvm/llvm-project/commit/f74dad6bd3586326650e92961d6be2eb41ef2f8b
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-18 (Tue, 18 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: afb17c903dad129adaf132a6d12ca1864e1229c0
      https://github.com/llvm/llvm-project/commit/afb17c903dad129adaf132a6d12ca1864e1229c0
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2025-02-18 (Tue, 18 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/aa7f4aa23689...afb17c903dad

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