[all-commits] [llvm/llvm-project] 897e69: [flang][openacc] Support array slices when creatin...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Thu Jul 6 14:08:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 897e69dd83dee3e41da6edc30354cc95d3042700
      https://github.com/llvm/llvm-project/commit/897e69dd83dee3e41da6edc30354cc95d3042700
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-07-06 (Thu, 06 Jul 2023)

  Changed paths:
    M flang/lib/Lower/OpenACC.cpp
    M flang/test/Lower/OpenACC/acc-private.f90

  Log Message:
  -----------
  [flang][openacc] Support array slices when creating private recipe

The return type of the recipe must match the array slice provided by
the user. This patch enhance the recipe creation to take into account
the constant slices.

Depends on D154259

Reviewed By: razvanlupusoru

Differential Revision: https://reviews.llvm.org/D154648




More information about the All-commits mailing list