[all-commits] [llvm/llvm-project] 03ad9d: [flang][openacc] Generate acc.bound op when local ...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Thu Apr 27 21:04:06 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 03ad9d1be31202d6c83b507eb991d57ba62c2ca3
      https://github.com/llvm/llvm-project/commit/03ad9d1be31202d6c83b507eb991d57ba62c2ca3
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-04-27 (Thu, 27 Apr 2023)

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

  Log Message:
  -----------
  [flang][openacc] Generate acc.bound op when local array is passed without subscript

Add support to generate the acc.bound operation when the array is passed without
any subscripts. Without this patch, no bound is generated.

Reviewed By: razvanlupusoru

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




More information about the All-commits mailing list