[all-commits] [llvm/llvm-project] eaf29b: [mlir][openacc] Add check for the private list in ...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Wed May 24 10:39:51 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: eaf29b3261c122a1e212cd47ca6e9d7c377975a8
      https://github.com/llvm/llvm-project/commit/eaf29b3261c122a1e212cd47ca6e9d7c377975a8
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-05-24 (Wed, 24 May 2023)

  Changed paths:
    M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
    M mlir/test/Dialect/OpenACC/invalid.mlir

  Log Message:
  -----------
  [mlir][openacc] Add check for the private list in acc.serial

Add the missing check on private list information. The
check is the same than the one done for acc.parallel.

Depends on D151146

Reviewed By: razvanlupusoru, jeanPerier

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




More information about the All-commits mailing list