<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Yea, but I'm having trouble authenticating to the server.  Chris and I are working on it.<div><br></div><div>Joel</div><div><br><div><div>On Mar 28, 2012, at 4:33 PM, Chandler Carruth wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div class="gmail_quote">On Wed, Mar 28, 2012 at 2:16 PM, Joel Jones <span dir="ltr"><<a href="mailto:joel_k_jones@apple.com">joel_k_jones@apple.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I only have "commit after approval permission", so if someone could do the honors.<br></blockquote><div><br></div><div>I think Evan's comment of "these look good" (modulo his merge request) was approval. =]</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
The second attachment is after doing:<br>
<br>
svn rename dec-eflags-lower.ll rd-mod-wr-eflag<br>
<br>
in test/CodeGen/X86.  Below my name is the check-in comment.<br>
<br>
Joel<br>
<br>
For X86, change load/dec-or-inc/store into dec-or-inc, respectively.<br>
<br>
This is a code change to add support for changing instruction sequences of the form:<br>
<br>
  load<br>
  inc/dec of 8/16/32/64 bits<br>
  store<br>
<br>
into the appropriate X86 inc/dec through memory instruction:<br>
<br>
  inc[qlwb] / dec[qlwb]<br>
<br>
The checks that were in X86DAGToDAGISel::Select(SDNode *Node)>>ISD::STORE have been extracted to isLoadIncOrDecStore and reworked to use the better<br>
named wrappers for getOperand(unsigned) (e.g. getOffset()) and replaced Chain.getNode() with LoadNode.  The comments have also been expanded.<br>
<br>
<br>_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
<br></blockquote></div><br>
</blockquote></div><br></div></body></html>