[mlir][openacc] Add missing attributes and operands for acc.loop
authorValentin Clement <clementval@gmail.com>
Mon, 31 Aug 2020 23:49:44 +0000 (19:49 -0400)
committerclementval <clementval@gmail.com>
Mon, 31 Aug 2020 23:50:05 +0000 (19:50 -0400)
commit2bbbcae782adbea20ae50f9f5471056a91498ffc
tree623966bb8af9a04b29a0e3a465343ff73146fa63
parentf862d858076ff861048c8f259fac575c0a4e1a6a
[mlir][openacc] Add missing attributes and operands for acc.loop

This patch add the missing operands to the acc.loop operation. Only the device_type
information is not part of the operation for now.

Reviewed By: rriddle, kiranchandramohan

Differential Revision: https://reviews.llvm.org/D86753
mlir/include/mlir/Dialect/OpenACC/OpenACC.h
mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
mlir/test/Dialect/OpenACC/ops.mlir