<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 29, 2014 at 12:44 PM, Sebastian Pop <span dir="ltr"><<a href="mailto:spop@codeaurora.org" target="_blank">spop@codeaurora.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div id=":5v9" class="a3s" style="overflow:hidden">Author: spop<br>
Date: Thu May 29 14:44:09 2014<br>
New Revision: 209838<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=209838&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=209838&view=rev</a><br>
Log:<br>
implement missing SCEVDivision case<br>
<br>
without this case we would end on an infinite recursion: the remainder is zero,<br>
so Numerator - Remainder is equal to Numerator and so we would recursively ask<br>
for the division of Numerator by Denominator.</div></blockquote></div><br>Again, tests please. These seem straight forward to test, and you even describe the nature already.</div></div>