[all-commits] [llvm/llvm-project] e4f932: [openacc] Allow async, wait and device_type on the...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Thu Jun 29 09:46:02 PDT 2023


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

  Changed paths:
    M flang/test/Semantics/OpenACC/acc-data.f90
    M llvm/include/llvm/Frontend/OpenACC/ACC.td

  Log Message:
  -----------
  [openacc] Allow async, wait and device_type on the data construct

>From OpenACC 3.2 specification:
The async, wait, and device_type clauses may be specified on data
constructs.

This patch adds these clauses in the ACC.td file and adds some tests
for them in flang parsing.

Reviewed By: razvanlupusoru

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




More information about the All-commits mailing list