[all-commits] [llvm/llvm-project] ab5ff1: [mlir][openacc] Translate ExitDataop to LLVM IR
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Mon May 17 08:12:31 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ab5ff154abe59d04f77035587c6a169c15168b2f
https://github.com/llvm/llvm-project/commit/ab5ff154abe59d04f77035587c6a169c15168b2f
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-05-17 (Mon, 17 May 2021)
Changed paths:
M mlir/lib/Target/LLVMIR/Dialect/OpenACC/OpenACCToLLVMIRTranslation.cpp
M mlir/test/Target/LLVMIR/openacc-llvm.mlir
Log Message:
-----------
[mlir][openacc] Translate ExitDataop to LLVM IR
Translate ExitDataOp with delete and copyout operands to runtime call.
This is done in a similar way as D101504.
Reviewed By: kiranchandramohan
Differential Revision: https://reviews.llvm.org/D102381
More information about the All-commits
mailing list