[all-commits] [llvm/llvm-project] 3d2bab: [mlir][openacc] Remove detach and delete operands ...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Sun Sep 27 17:28:29 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3d2bab176f528de8d24512e092b2bfb319899b1e
      https://github.com/llvm/llvm-project/commit/3d2bab176f528de8d24512e092b2bfb319899b1e
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2020-09-27 (Sun, 27 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] Remove detach and delete operands from acc.data

This patch remove the detach and delete operands. Those operands represent the detach
and delete clauses that will appear in another operation acc.exit_data

Reviewed By: kiranktp, kiranchandramohan

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




More information about the All-commits mailing list