[all-commits] [llvm/llvm-project] 1005ef: [mlir][openacc] Translate UpdateOp to LLVM IR

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Wed May 26 08:42:51 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1005ef445dbf71e70966856e9a78aa9322125f37
      https://github.com/llvm/llvm-project/commit/1005ef445dbf71e70966856e9a78aa9322125f37
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2021-05-26 (Wed, 26 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 UpdateOp to LLVM IR

Add translation to LLVM IR for the UpdateOp with host and device operands.
Translation is done with call using the runtime. This is done in a similar way as
D101504 and D102381.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D102382




More information about the All-commits mailing list