[all-commits] [llvm/llvm-project] 8119a3: [MLIR][SPIRVToLLVM] SPIR-V function call conversio...

George Mitenkov via All-commits all-commits at lists.llvm.org
Thu Jul 2 09:41:53 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 8119a374bc3aa7ee7f135038a7c772762711d135
      https://github.com/llvm/llvm-project/commit/8119a374bc3aa7ee7f135038a7c772762711d135
  Author: George Mitenkov <georgemitenk0v at gmail.com>
  Date:   2020-07-02 (Thu, 02 Jul 2020)

  Changed paths:
    M mlir/lib/Conversion/SPIRVToLLVM/ConvertSPIRVToLLVM.cpp
    M mlir/test/Conversion/SPIRVToLLVM/func-to-llvm.mlir

  Log Message:
  -----------
  [MLIR][SPIRVToLLVM] SPIR-V function call conversion pattern

Added conversion pattern for SPIR-V `FunctionCallOp`. Based on
specification, it returns no results or a single result, so
can be mapped directly to LLVM dialect's `llvm.call`.

Reviewed By: antiagainst, ftynse

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




More information about the All-commits mailing list