This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

zero9178 created this revision.Feb 10 2022, 3:19 PM
zero9178 requested review of this revision.Feb 10 2022, 3:19 PM
mehdi_amini accepted this revision.Feb 10 2022, 11:18 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
This revision was automatically updated to reflect the committed changes.