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