[all-commits] [llvm/llvm-project] 4d04ba: [flang][openacc] Lower acc declare to the new acc....

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Mon Aug 21 12:39:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d04baeca5d8ce0f098e4d19317c26c30e773747
      https://github.com/llvm/llvm-project/commit/4d04baeca5d8ce0f098e4d19317c26c30e773747
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-08-21 (Mon, 21 Aug 2023)

  Changed paths:
    M flang/lib/Lower/Bridge.cpp
    M flang/lib/Lower/OpenACC.cpp
    M flang/test/Lower/OpenACC/HLFIR/acc-declare.f90
    M flang/test/Lower/OpenACC/acc-declare.f90

  Log Message:
  -----------
  [flang][openacc] Lower acc declare to the new acc.declare function

Lower the acc delcare directive in function/subroutine
to the newly introduced acc.declare operation. Only a single
acc.declare operation is procduced in a function or subroutine
so they don't end up nested.

Depends on D158314

Reviewed By: razvanlupusoru

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




More information about the All-commits mailing list