[all-commits] [llvm/llvm-project] fcb154: [mlir][openacc] Conversion of data operands in acc...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Jun 4 07:26:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fcb1547229454fcc814a58784495a7ef9ad991d2
https://github.com/llvm/llvm-project/commit/fcb1547229454fcc814a58784495a7ef9ad991d2
Author: Valentin Clement <clementval at gmail.com>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/lib/Conversion/OpenACCToLLVM/OpenACCToLLVM.cpp
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
A mlir/test/Conversion/OpenACCToLLVM/convert-data-operands-to-llvmir.mlir
R mlir/test/Conversion/OpenACCToLLVM/convert-standalone-data-to-llvmir.mlir
Log Message:
-----------
[mlir][openacc] Conversion of data operands in acc.data to LLVM IR dialect
Convert data operands from the acc.data operation using the same conversion pattern than D102170.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D103332
More information about the All-commits
mailing list