[all-commits] [llvm/llvm-project] 1bf792: [mlir][LLVM] Add support for adding a garbage coll...

zero9178 via All-commits all-commits at lists.llvm.org
Fri Feb 11 01:24:09 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1bf792137478ddbe036b2c04c64985d11ba33d63
      https://github.com/llvm/llvm-project/commit/1bf792137478ddbe036b2c04c64985d11ba33d63
  Author: Markus Böck <markus.boeck02 at gmail.com>
  Date:   2022-02-11 (Fri, 11 Feb 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
    M mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
    M mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
    M mlir/test/Target/LLVMIR/import.ll
    M mlir/test/Target/LLVMIR/llvmir.mlir

  Log Message:
  -----------
  [mlir][LLVM] Add support for adding a garbage collector to a LLVM function

This patch simply adds an optional garbage collector attribute to LLVMFuncOp which maps 1:1 to the "gc" property of functions in LLVM.

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




More information about the All-commits mailing list