[mlir][openacc] Add acc.firstprivate operation as data entry operation
authorValentin Clement <clementval@gmail.com>
Wed, 21 Jun 2023 21:18:08 +0000 (14:18 -0700)
committerValentin Clement <clementval@gmail.com>
Wed, 21 Jun 2023 21:18:48 +0000 (14:18 -0700)
commit8fb247e2dea15bb446faf69eb615fbd485b77cb7
tree815ad54fadc1fd39e51d5c2ae5c43122a22b4160
parentcfba521dbd50757e5b404ab62570ef71e0b4d7a0
[mlir][openacc] Add acc.firstprivate operation as data entry operation

acc.firstprivate operation will be used as data entry operation
for the firstprivate operands.

Depends on D152970

Reviewed By: razvanlupusoru

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