<div dir="ltr"><div>I have a MachineOperand that could be something other than a Reg: mem, global address, imm, etc...</div><div><br></div><div>I want to replace a reg MachineOperand with this non-reg MachineOperand.</div><div><br></div><div>I've tried a few different things, but it doesn't seem like there is some simple functionality to do this?</div><div><br></div><div>"RemoveOperand" and "addOperand" does not work.</div><div>There doesn't seem to be a valid "ChangeTo..." function for this.</div><div><br></div><div><br></div><div>What's the best way to do this without tearing down the instructions and using BuildMI?</div><div><br></div><div>Thanks.</div></div>