This is an archive of the discontinued LLVM Phabricator instance.

[MIR] Add MIR parsing for heap alloc site instruction markers
ClosedPublic

Authored by akhuang on Nov 5 2019, 11:28 AM.

Details

Summary

This patch adds MIR parsing and printing for heap alloc markers, which were
added in D69136. They are printed as an operand similar to pre-/post-instr
symbols, with a heap-alloc-marker token and a metadata node.

Event Timeline

akhuang created this revision.Nov 5 2019, 11:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 5 2019, 11:28 AM
akhuang updated this revision to Diff 227939.Nov 5 2019, 11:29 AM

formatting

Harbormaster completed remote builds in B40537: Diff 227939.
rnk accepted this revision.Nov 5 2019, 11:38 AM

lgtm, thanks!

This revision is now accepted and ready to land.Nov 5 2019, 11:38 AM
This revision was automatically updated to reflect the committed changes.