[all-commits] [llvm/llvm-project] 68bcd6: [flang][openacc] Add data operands conversion from...

Valentin Clement (バレンタイン クレメン) via All-commits all-commits at lists.llvm.org
Mon Apr 10 12:18:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 68bcd647c9c006b707bc9a675a874658cd085d13
      https://github.com/llvm/llvm-project/commit/68bcd647c9c006b707bc9a675a874658cd085d13
  Author: Valentin Clement <clementval at gmail.com>
  Date:   2023-04-10 (Mon, 10 Apr 2023)

  Changed paths:
    M flang/include/flang/Optimizer/Transforms/Passes.h
    M flang/include/flang/Optimizer/Transforms/Passes.td
    M flang/lib/Optimizer/Transforms/CMakeLists.txt
    A flang/lib/Optimizer/Transforms/OpenACC/OpenACCDataOperandConversion.cpp
    A flang/test/Transforms/OpenACC/convert-data-operands-to-llvmir.fir

  Log Message:
  -----------
  [flang][openacc] Add data operands conversion from FIR

This patch revive an old PR attempt [1] to perform the
data operands conversion needed for translation to LLVMIR.

This is currently not supporting box/class type since they will
normally not reach this pass when the proposed change in this RFC [2]
are implemented.

[1] https://github.com/flang-compiler/f18-llvm-project/pull/915
[2] https://discourse.llvm.org/t/rfc-openacc-dialect-data-operation-improvements/69825/2

Depends on D147824

Reviewed By: PeteSteinfeld, razvanlupusoru

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




More information about the All-commits mailing list