[all-commits] [llvm/llvm-project] b23205: [openacc] Update data clause attribute definition
Razvan Lupusoru via All-commits
all-commits at lists.llvm.org
Tue Jul 18 11:40:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b232054fac351da3872051d4cd78018a1040fe85
https://github.com/llvm/llvm-project/commit/b232054fac351da3872051d4cd78018a1040fe85
Author: Razvan Lupusoru <rlupusoru at nvidia.com>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/test/Dialect/OpenACC/ops.mlir
Log Message:
-----------
[openacc] Update data clause attribute definition
Instead of using the I64EnumAttr for the DataClause, now use
EnumAttr instead. This makes tests more readable since now
one can use the format #acc<data_clause acc_copyin> instead of
just the number.
Reviewed By: clementval, vzakhari
Differential Revision: https://reviews.llvm.org/D155605
Commit: d8ba8741120eaf1118e96449e0ed972ef2e2ecec
https://github.com/llvm/llvm-project/commit/d8ba8741120eaf1118e96449e0ed972ef2e2ecec
Author: Razvan Lupusoru <rlupusoru at nvidia.com>
Date: 2023-07-18 (Tue, 18 Jul 2023)
Changed paths:
M flang/test/Lower/OpenACC/acc-data-operands.f90
M flang/test/Lower/OpenACC/acc-data.f90
M flang/test/Lower/OpenACC/acc-enter-data.f90
M flang/test/Lower/OpenACC/acc-exit-data.f90
M flang/test/Lower/OpenACC/acc-kernels-loop.f90
M flang/test/Lower/OpenACC/acc-kernels.f90
M flang/test/Lower/OpenACC/acc-parallel-loop.f90
M flang/test/Lower/OpenACC/acc-parallel.f90
M flang/test/Lower/OpenACC/acc-serial-loop.f90
M flang/test/Lower/OpenACC/acc-serial.f90
M flang/test/Lower/OpenACC/acc-update.f90
Log Message:
-----------
[flang][openacc] Update data clause attribute in tests
Update Fortran OpenACC tests to use the updated data clause
attribute format for better readability.
Depends on D155605
Reviewed By: clementval
Differential Revision: https://reviews.llvm.org/D155603
Compare: https://github.com/llvm/llvm-project/compare/eb703341146b...d8ba8741120e
More information about the All-commits
mailing list