<div dir="ltr"><div>Is it possible to insert duplicate SDNodes prior to ISel (preferably during and directly before selection) that won't be CSE'd out?</div><div><br></div><div>Thanks.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 12, 2017 at 2:24 PM, Matt Arsenault <span dir="ltr"><<a href="mailto:Matthew.Arsenault@amd.com" target="_blank">Matthew.Arsenault@amd.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On 04/12/2017 11:07 AM, Ryan Taylor wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid">
Matt,<br>
<br>
  so in AMDGPU, the operands are sort of 'generic'? Can you point me to the right places?<br>
<br>
Thanks.<br>
</blockquote></span>
Not exactly generic, but they have custom defined constraints. Look at the definitions for the VSrc_* operand types in SIRegisterIno.td. These set the OperandType on the Operand to a custom enum, and the target verifyInstruction checks the custom constraints.<span class="HOEnZb"><font color="#888888"><br>
<br>
-Matt<br>
</font></span></blockquote></div><br></div>