This is an archive of the discontinued LLVM Phabricator instance.

[IR] Add emitters for DICallSite and DICallSiteParam metadata
AbandonedPublic

Authored by djtodoro on Feb 11 2019, 3:24 AM.

Details

Summary

Add methods that will be used for emitting DICallSite and DICallSiteParam metadata.

Authors: @asowda, @NikolaPrica, @djtodoro, @ivanbaev

Diff Detail

Event Timeline

djtodoro created this revision.Feb 11 2019, 3:24 AM
djtodoro added a project: debug-info.
djtodoro added a subscriber: petarj.

Thanks! I'd like to have a discussion whether encoding this in IR and threading it through the compiler or performing an late MIR analysis is the better approach before reviewing the implementation in detail. We can either do this here or on llvm-dev.

djtodoro abandoned this revision.Apr 15 2019, 8:09 AM