我需要调试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]