[llvm] r209838 - implement missing SCEVDivision case

Chandler Carruth chandlerc at google.com
Thu May 29 12:58:18 PDT 2014


On Thu, May 29, 2014 at 12:44 PM, Sebastian Pop <spop at codeaurora.org> wrote:

> Author: spop
> Date: Thu May 29 14:44:09 2014
> New Revision: 209838
>
> URL: http://llvm.org/viewvc/llvm-project?rev=209838&view=rev
> Log:
> implement missing SCEVDivision case
>
> without this case we would end on an infinite recursion: the remainder is
> zero,
> so Numerator - Remainder is equal to Numerator and so we would recursively
> ask
> for the division of Numerator by Denominator.
>

Again, tests please. These seem straight forward to test, and you even
describe the nature already.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140529/dc0993cb/attachment.html>


More information about the llvm-commits mailing list