[all-commits] [llvm/llvm-project] 20ba5c: [mlir][openacc] Update host_data data operands lis...
Razvan Lupusoru via All-commits
all-commits at lists.llvm.org
Wed Jun 21 14:26:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20ba5c61ea582abec047c912334952d3afc698a6
https://github.com/llvm/llvm-project/commit/20ba5c61ea582abec047c912334952d3afc698a6
Author: Razvan Lupusoru <rlupusoru at nvidia.com>
Date: 2023-06-21 (Wed, 21 Jun 2023)
Changed paths:
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list