This is an archive of the discontinued LLVM Phabricator instance.

[LLVM-C] Deprecate the LLVMValueRef-returning metadata creation functions
ClosedPublic

Authored by CodaFi on Apr 10 2019, 11:25 AM.

Details

Summary

There is still some value in using these functions while the remaining LLVMValueRef-based accessors are still around, but LLVMMDNodeInContext in particular has some wonky semantics that make it worth replacing outright.

Diff Detail

Event Timeline

CodaFi created this revision.Apr 10 2019, 11:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 10 2019, 11:25 AM
This revision is now accepted and ready to land.Apr 24 2019, 6:33 AM
This revision was automatically updated to reflect the committed changes.