This patch simply adds an optional garbage collector attribute to LLVMFuncOp which maps 1:1 to the "gc" property of functions in LLVM.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D119492
[mlir][LLVM] Add support for adding a garbage collector to a LLVM function ClosedPublic Authored by zero9178 on Feb 10 2022, 3:19 PM.
Details Summary This patch simply adds an optional garbage collector attribute to LLVMFuncOp which maps 1:1 to the "gc" property of functions in LLVM.
Diff Detail
Event TimelineHerald added subscribers: awarzynski, sdasgup3, wenzhicui and 19 others. · View Herald TranscriptFeb 10 2022, 3:19 PM This revision is now accepted and ready to land.Feb 10 2022, 11:18 PM This revision was landed with ongoing or failed builds.Feb 11 2022, 1:24 AM Closed by commit rG1bf792137478: [mlir][LLVM] Add support for adding a garbage collector to a LLVM function (authored by zero9178). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 407806 mlir/include/mlir/Dialect/LLVMIR/LLVMOps.td
mlir/lib/Target/LLVMIR/ConvertFromLLVMIR.cpp
mlir/lib/Target/LLVMIR/ModuleTranslation.cpp
mlir/test/Target/LLVMIR/import.ll
mlir/test/Target/LLVMIR/llvmir.mlir
|