<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">OK, I see what is happening. We don't expect foldMemoryOperand to turn a normal def into an early-clobber and vice versa.<br>

<br>
This is not easy to fix, could you file a PR, please?<br></blockquote><div><br>Great that you found the cause. <br>Sure! here it is: <a href="http://llvm.org/bugs/show_bug.cgi?id=13375">http://llvm.org/bugs/show_bug.cgi?id=13375</a><br>
<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
As a workaround, you can use a pseudo-instruction in loadRegFromStackSlot() that doesn't have the early-clobber flag. Then replace it with the real instruction in expandPostRAPseudo().<br>
<span class="HOEnZb"><font color="#888888"><br></font></span></blockquote><div> </div><div>OK, no problems with that, easy to handle.<br><br>As always thanks for your help Jakob!<br></div><br>
</div>