【发布时间】:2019-06-04 10:47:10
【问题描述】:
我需要调试我正在开发的MachineFunctionPass。我的目标是x86 架构。
如何从MachineInstr 实例中检索目标反汇编?
MachineInstr 表示示例
dead renamable $eax = MOV32rm $ebp, 1, $noreg, 12, $noreg :: (load 4 from %fixed-stack.1)
预期反汇编(Intel 语法)
mov eax, DWORD PTR [ebp+0x12]
【问题讨论】: