This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] Add intrinsic function llvm.dbg.label for labels.
AbandonedPublic

Authored by HsiangKai on Mar 29 2018, 7:01 AM.

Details

Reviewers
rnk
chenwj
Summary

Define class DbgLabelInst to represent llvm.dbg.label intrinsic CallInst.
Through DbgLabelInst, you could get DILabel metadata.

Diff Detail

Repository
rL LLVM