This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Expose some data types and accessors from StackMaps
ClosedPublic

Authored by cherry on Nov 7 2018, 1:58 PM.

Details

Summary

This is for supporting custom stack map formats, where the
custom printer can access the stack map data.

Related: https://reviews.llvm.org/D53892

Diff Detail

Event Timeline

cherry created this revision.Nov 7 2018, 1:58 PM
apilipenko accepted this revision.Nov 7 2018, 2:33 PM
This revision is now accepted and ready to land.Nov 7 2018, 2:33 PM
cherry added a comment.Nov 7 2018, 2:37 PM

Thanks for the review!

This revision was automatically updated to reflect the committed changes.