[X86] When expanding LCMPXCHG16B_NO_RBX in EmitInstrWithCustomInserter,...
[X86] When expanding LCMPXCHG16B_NO_RBX in EmitInstrWithCustomInserter, directly copy address operands instead of going through X86AddressMode. I suspect getAddressFromInstr and addFullAddress are not handling all addresses cases properly based on a report from MaskRay. So just copy the operands directly. This should be more efficient anyway.
Loading
Please sign in to comment