This is an archive of the discontinued LLVM Phabricator instance.

[mlir:Async] Fix a bug in automatic refence counting around function calls
ClosedPublic

Authored by ezhulenev on Jun 27 2021, 3:44 PM.

Details

Summary

Depends On D104998

Function calls "transfer ownership" to the callee and it puts additional constraints on the reference counting optimization pass

Diff Detail