[all-commits] [llvm/llvm-project] 3d683c: [mlir][openacc][NFC] Use assembly format for acc.p...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Thu Apr 13 10:15:21 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3d683cb9f1c61f94636ddd7cac0db19ab1339fb1
https://github.com/llvm/llvm-project/commit/3d683cb9f1c61f94636ddd7cac0db19ab1339fb1
Author: Valentin Clement <clementval at gmail.com>
Date: 2023-04-13 (Thu, 13 Apr 2023)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/test/Lower/OpenACC/acc-parallel-loop.f90
M flang/test/Lower/OpenACC/acc-parallel.f90
M flang/test/Transforms/OpenACC/convert-data-operands-to-llvmir.fir
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
M mlir/test/Conversion/OpenACCToLLVM/convert-data-operands-to-llvmir.mlir
M mlir/test/Dialect/OpenACC/ops.mlir
Log Message:
-----------
[mlir][openacc][NFC] Use assembly format for acc.parallel
Remove the custoom parser and printer for the acc.parallel
operation and use the assembly format directly.
Reviewed By: PeteSteinfeld, razvanlupusoru
Differential Revision: https://reviews.llvm.org/D148183
More information about the All-commits
mailing list