[all-commits] [llvm/llvm-project] f30c52: [flang][openacc] Allow multiple wait clauses

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Wed Jan 27 10:19:06 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f30c523660106dd19072ae7baed72b18adfb0aa7
      https://github.com/llvm/llvm-project/commit/f30c523660106dd19072ae7baed72b18adfb0aa7
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2021-01-27 (Wed, 27 Jan 2021)

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

  Log Message:
  -----------
  [flang][openacc] Allow multiple wait clauses

kernels loop and enter data had a too restrictive constraint for the wait clause.
The wait clause is allowed multiple times and not only once. This patch fix this problem.

Reviewed By: SouraVX

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




More information about the All-commits mailing list