[all-commits] [llvm/llvm-project] a89fc1: [mlir] Support return and call ops in bare-ptr cal...

Diego Caballero via All-commits all-commits at lists.llvm.org
Tue Sep 29 12:09:57 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a89fc12653c520a5a70249e07c0a394584f4abbe
      https://github.com/llvm/llvm-project/commit/a89fc12653c520a5a70249e07c0a394584f4abbe
  Author: Diego Caballero <diego.caballero at intel.com>
  Date:   2020-09-29 (Tue, 29 Sep 2020)

  Changed paths:
    M mlir/include/mlir/Conversion/StandardToLLVM/ConvertStandardToLLVM.h
    M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
    M mlir/test/Conversion/StandardToLLVM/convert-static-memref-ops.mlir

  Log Message:
  -----------
  [mlir] Support return and call ops in bare-ptr calling convention

This patch adds support for the 'return' and 'call' ops to the bare-ptr
calling convention. These changes also align the bare-ptr calling
convention code with the latest changes in the default calling convention
and reduce the amount of customization code needed.

Reviewed By: ftynse

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




More information about the All-commits mailing list