<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jun 15, 2011, at 6:35 PM, Nick Lewycky wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Optima; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="font-family: monospace; ">+; CHECK: movzbl 16(%esp), %eax<br>+; CHECK-NEXT: movl %eax, 4(%esp)<br>+; CHECK-NEXT: andl $224, %eax<br>+; CHECK-NEXT: movl %eax, (%esp)<br>+; CHECK-NEXT: call{{.*}}use<br></span></span></blockquote></div><br><div>Must this function use %eax to be correct? It seems that any volatile register is fine.</div><div><br></div><div>Please use FileCheck variables if that is the case. See abi-isel.ll for abundant examples.</div><div><br></div><div>Thanks,</div><div>/jakob</div><div><br></div></body></html>