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

Akash Banerjee via All-commits all-commits at lists.llvm.org
Thu Nov 28 13:19:17 PST 2024


  Branch: refs/heads/users/akash/mapper_lowering
  Home:   https://github.com/llvm/llvm-project
  Commit: c1e743deac0bf2803859a5656b151be228d37050
      https://github.com/llvm/llvm-project/commit/c1e743deac0bf2803859a5656b151be228d37050
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2024-11-27 (Wed, 27 Nov 2024)

  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: e9408d0d0e03eb8e0eaa96328097bd9b312adc9a
      https://github.com/llvm/llvm-project/commit/e9408d0d0e03eb8e0eaa96328097bd9b312adc9a
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2024-11-27 (Wed, 27 Nov 2024)

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

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


  Commit: 171538a029564e7e3f9bac50bbc5f83817297596
      https://github.com/llvm/llvm-project/commit/171538a029564e7e3f9bac50bbc5f83817297596
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2024-11-27 (Wed, 27 Nov 2024)

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

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


  Commit: 17ce48e279064d728c55140cd6ed77dbd431ce70
      https://github.com/llvm/llvm-project/commit/17ce48e279064d728c55140cd6ed77dbd431ce70
  Author: Akash Banerjee <Akash.Banerjee at amd.com>
  Date:   2024-11-28 (Thu, 28 Nov 2024)

  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.


Compare: https://github.com/llvm/llvm-project/compare/a9f42ac4dd57...17ce48e27906

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