This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfo] Generating DBG_LABEL MachineInstr from SelectionDAG.
AbandonedPublic

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

Details

Reviewers
rnk
chenwj
Summary

In ScheduleDAGSDNodes::EmitSchedule(), it will go through all SDDbgLabels
in SDDbgInfo of current SelectionDAG and convert SDDbgLabel to MachineInstr
DBG_LABEL. The DILabel metadata in SDDbgLabel will pass to DBG_LABEL as
its parameter.

Diff Detail

Repository
rL LLVM