[all-commits] [llvm/llvm-project] dc55d4: [flang][openacc] Support array section with consta...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Thu Apr 20 10:54:02 PDT 2023


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

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

  Log Message:
  -----------
  [flang][openacc] Support array section with constant lb or ub for data operand

Add support for array section with constant lower or upper bound.
The current lowering will trigger a TODO when the array is assumed size
or if the lower or upper bound is a variable.

Depends on D148721

Reviewed By: razvanlupusoru, jeanPerier

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




More information about the All-commits mailing list