<div dir="ltr">Hello,<br><br>I'm a computer science student experimenting with the X86 back end for llvm. I'm currently attempting to emit a cmov with the MachineInstructionBuilder, but I'm a little unclear on how I could emit a cmov that writes to a stack slot when its condition is true. I see several usages when there are virtual registers as the destination, but not one that writes to a stack slot. At least that I am able to discern.<br><br>In summary: how would I emit a cmov with the machine instruction builder that writes to a stack slot when true?<br><br>Thank you in advance,<br>Genoveva Fossas</div>