[all-commits] [llvm/llvm-project] 348474: [mlir][openacc] Cleanup acc.serial from old data c...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed May 10 08:34:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3484745a5f41c9282712c575229a92b658b23dd1
https://github.com/llvm/llvm-project/commit/3484745a5f41c9282712c575229a92b658b23dd1
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-05-10 (Wed, 10 May 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
M mlir/test/Dialect/OpenACC/ops.mlir
Log Message:
-----------
[mlir][openacc] Cleanup acc.serial from old data clause operands
Remove old clause operands from acc.serial operation since
the new dataOperands is now in place.
private and firstprivate will receive some redesign but are
not part of the new dataOperands.
Depends on D150207
Reviewed By: vzakhari
Differential Revision: https://reviews.llvm.org/D150224
More information about the All-commits
mailing list