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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM