[all-commits] [llvm/llvm-project] e05d32: [mlir][openacc] Keep region when applying data ope...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Wed Apr 19 10:32:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e05d324cd0a991af76c4190972c13f2f2dee7b71
https://github.com/llvm/llvm-project/commit/e05d324cd0a991af76c4190972c13f2f2dee7b71
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-04-19 (Wed, 19 Apr 2023)
Changed paths:
M mlir/lib/Conversion/OpenACCToLLVM/OpenACCToLLVM.cpp
M mlir/test/Conversion/OpenACCToLLVM/convert-data-operands-to-llvmir.mlir
Log Message:
-----------
[mlir][openacc] Keep region when applying data operand conversion
Keep the region when the operation has one. The previous code
was throwing away the region when creating the new version
of the operation.
Reviewed By: razvanlupusoru
Differential Revision: https://reviews.llvm.org/D148039
More information about the All-commits
mailing list