[all-commits] [llvm/llvm-project] d9953d: [mlir][openacc] Add missing operands for acc.paral...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Sep 16 07:49:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d9953d155493bf11a2276e202800f844a1d02396
https://github.com/llvm/llvm-project/commit/d9953d155493bf11a2276e202800f844a1d02396
Author: Valentin Clement <clementval at gmail.com>
Date: 2020-09-16 (Wed, 16 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.parallel operation
Add missing operands to represent copin with readonly modifier, copyout with zero
modifier, create with zero modifier and default clause.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D87733
More information about the All-commits
mailing list