[all-commits] [llvm/llvm-project] a1db87: [flang][openacc] Allow multiple clauses when in pr...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Thu Nov 30 13:17:07 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a1db874d35cb60d536d460a194f8c40c9eeb8dff
      https://github.com/llvm/llvm-project/commit/a1db874d35cb60d536d460a194f8c40c9eeb8dff
  Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

  Changed paths:
    M flang/lib/Semantics/check-acc-structure.cpp
    M flang/lib/Semantics/check-directive-structure.h
    M flang/test/Semantics/OpenACC/acc-parallel.f90
    M llvm/include/llvm/Frontend/OpenACC/ACC.td

  Log Message:
  -----------
  [flang][openacc] Allow multiple clauses when in preceded by device_type (#73976)

Some clauses can be repeated on the compute construct when they are
placed after `device_type`. The semantic check was reporting an error
for these cases. This patch fixes this.




More information about the All-commits mailing list