[all-commits] [llvm/llvm-project] 12d22c: [flang][OpenACC] Lower enter data directive

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Thu Mar 24 07:01:19 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 12d22cea73534ecf5d2d8c09181807e883523ac3
      https://github.com/llvm/llvm-project/commit/12d22cea73534ecf5d2d8c09181807e883523ac3
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2022-03-24 (Thu, 24 Mar 2022)

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

  Log Message:
  -----------
  [flang][OpenACC] Lower enter data directive

This patch adds lowering for the `!$acc enter data` directive
from the PFT to OpenACC dialect.

This patch is part of the upstreaming effort from fir-dev branch.

Reviewed By: PeteSteinfeld

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




More information about the All-commits mailing list