[all-commits] [llvm/llvm-project] 88a1d4: [mlir][openacc] Add missing operands for acc.data ...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Fri Sep 18 08:52:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 88a1d402d6c60aa182b9d83d39c9e3ab46a830c0
      https://github.com/llvm/llvm-project/commit/88a1d402d6c60aa182b9d83d39c9e3ab46a830c0
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2020-09-18 (Fri, 18 Sep 2020)

  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 missing operands for acc.data operation

Add missing operands to represent copyin with readonly modifier, copyout with zero modifier
and create with zero modifier.

Reviewed By: ftynse

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




More information about the All-commits mailing list