[llvm] r178409 - Implement XOR reassociation. It is based on following rules:

Sean Silva silvas at purdue.edu
Sat Mar 30 09:12:12 PDT 2013


That's a good way of looking at it. I usually try to think about it like
this but I hadn't been able to divine the OR conversion:

On Sat, Mar 30, 2013 at 10:56 AM, Stephen Canon <scanon at apple.com> wrote:

>
> (a OR b) ==> a + ab + b
>

That's clever.

-- Sean Silva
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130330/b33e60ce/attachment.html>


More information about the llvm-commits mailing list