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

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


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

  Changed paths:
    M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
    M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
    M mlir/test/Dialect/OpenACC/ops.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