Commit
b85b4e5a6f8579c137fecb59a4d75d7bfb111f79
by akhuangAdd an instruction marker field to the ExtraInfo in MachineInstrs.
Summary: Add instruction marker to MachineInstr ExtraInfo. This does
almost the same thing as Pre/PostInstrSymbols, except that it doesn't
create a label until printing instructions. This allows for labels to be
put around instructions that are deleted/duplicated somewhere.
Also undo the workaround in r375137.
Reviewers: rnk
Subscribers: MatzeB, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D69136