[all-commits] [llvm/llvm-project] 597f04: [MLIR] Add support for bare pointer calling conven...

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Sat Jun 17 10:57:40 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 597f04fe97c838fb9e02aef299c48848273a3d1e
      https://github.com/llvm/llvm-project/commit/597f04fe97c838fb9e02aef299c48848273a3d1e
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2023-06-17 (Sat, 17 Jun 2023)

  Changed paths:
    M mlir/include/mlir/Conversion/Passes.td
    M mlir/lib/Conversion/GPUCommon/GPUToLLVMConversion.cpp

  Log Message:
  -----------
  [MLIR] Add support for bare pointer calling convention in gpu-to-llvm

Add support for the bare pointer calling convention in the gpu-to-llvm
pass. This wasn't being exposed and is needed when GPU-compiled MLIR is
to be called with this convention.

Reviewed By: krzysz00

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




More information about the All-commits mailing list