[all-commits] [llvm/llvm-project] 6110b6: [mlir][openacc] Conversion of data operand to LLVM...

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6110b667b0537104ee139a5c6efc726f902db4de
      https://github.com/llvm/llvm-project/commit/6110b667b0537104ee139a5c6efc726f902db4de
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2021-05-12 (Wed, 12 May 2021)

  Changed paths:
    A mlir/include/mlir/Conversion/OpenACCToLLVM/ConvertOpenACCToLLVM.h
    M mlir/include/mlir/Conversion/Passes.h
    M mlir/include/mlir/Conversion/Passes.td
    M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
    M mlir/lib/Conversion/CMakeLists.txt
    A mlir/lib/Conversion/OpenACCToLLVM/CMakeLists.txt
    A mlir/lib/Conversion/OpenACCToLLVM/OpenACCToLLVM.cpp
    M mlir/lib/Dialect/OpenACC/IR/OpenACC.cpp
    A mlir/test/Conversion/OpenACCToLLVM/convert-standalone-data-to-llvmir.mlir

  Log Message:
  -----------
  [mlir][openacc] Conversion of data operand to LLVM IR dialect

Add a conversion pass to convert higher-level type before translation.
This conversion extract meangingful information and pack it into a struct that
the translation (D101504) will be able to understand.

Reviewed By: ftynse

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




More information about the All-commits mailing list