[mlir][openacc] Update host_data data operands list name
authorRazvan Lupusoru <rlupusoru@nvidia.com>
Wed, 21 Jun 2023 21:24:24 +0000 (14:24 -0700)
committerRazvan Lupusoru <rlupusoru@nvidia.com>
Wed, 21 Jun 2023 21:25:31 +0000 (14:25 -0700)
commit20ba5c61ea582abec047c912334952d3afc698a6
tree5ac33dcc40582deeb47afce9607ab40c3788e3d2
parente7df82816b6af3e2929a703718d9ef9dcd55b5f4
[mlir][openacc] Update host_data data operands list name

For all other compute and data constructs, the data operands list
is named `dataClauseOperands`. Update `acc.host_data` to be
consistent with this naming.

Reviewed By: clementval

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