Add new MI opcode TargetOpcode::DBG_LABEL. The MachineInstr DBG_LABEL uses
DILabel metadata as its parameter. User could call MachineInstr::getDebugLabel()
to get DILabel metadata of the MachineInstr.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM