[PATCH] Added InstCombine transform for pattern " ((X % Y) % Y) -> (X % Y) ".

David Majnemer david.majnemer at gmail.com
Tue Sep 16 21:32:22 PDT 2014


This required a follow on commit, r217939, as it permitted incorrect
transforms.

On Tue, Sep 16, 2014 at 11:44 PM, David Majnemer <david.majnemer at gmail.com>
wrote:

> Closed by commit rL217937 (authored by @majnemer).
>
> REPOSITORY
>   rL LLVM
>
> http://reviews.llvm.org/D5350
>
> Files:
>   llvm/trunk/lib/Analysis/InstructionSimplify.cpp
>   llvm/trunk/test/Transforms/InstSimplify/rem.ll
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140917/88a59ccc/attachment.html>


More information about the llvm-commits mailing list