<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>+  SDValue N1 = N->getOperand(1);</div><div>+  EVT ExtraVT = cast<VTSDNode>(N1)->getVT();</div><div>+  DebugLoc dl = N->getDebugLoc();</div><div>+</div><div>+  </div><div>+  // The SIGN_EXTEND_INREG to v4i64 is expensive operation on the</div><div><br></div><div>Extra space. </div><div><br></div><div><div>+    if (N00.getOpcode() == ISD::LOAD && Subtarget->hasInt256()) {</div><div>+      if (!ISD::isNormalLoad(N00.getNode()))</div><div>+        return SDValue();</div><div>+    }</div></div><div><br></div><div>No need for braces. </div><div><br></div><div>LGTM. </div><div><br></div><div>Thanks,</div><div>Nadav</div><div><br></div><div><div>On Feb 19, 2013, at 11:35 PM, "Demikhovsky, Elena" <<a href="mailto:elena.demikhovsky@intel.com">elena.demikhovsky@intel.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; float: none; display: inline !important;">Too late. "Anyext" is translated before the lowering stage. I need the sequence (sext_in_reg (v4i64 anyext (v4i32 x )) as is.</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"></blockquote></div><br></body></html>