[all-commits] [llvm/llvm-project] 8cf814: [openacc] Add declare op to data construct operati...
Razvan Lupusoru via All-commits
all-commits at lists.llvm.org
Tue Aug 29 12:47:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8cf814e6bd70f67db9efd903cbf1887404360da8
https://github.com/llvm/llvm-project/commit/8cf814e6bd70f67db9efd903cbf1887404360da8
Author: Razvan Lupusoru <rlupusoru at nvidia.com>
Date: 2023-08-29 (Tue, 29 Aug 2023)
Changed paths:
M mlir/include/mlir/Dialect/OpenACC/OpenACC.h
Log Message:
-----------
[openacc] Add declare op to data construct operations list
The macro ACC_DATA_CONSTRUCT_OPS defines all operations which are
data constructs. The recently DeclareOp was not added to the list.
Add it now.
Reviewed By: vzakhari, clementval
Differential Revision: https://reviews.llvm.org/D159063
More information about the All-commits
mailing list