[llvm-commits] [PATCH] InstCombine: Generalized patch for (icmp eq (A&B), C) & (icmp eq (A&D), E), again

Owen Anderson resistor at mac.com
Wed Sep 8 15:17:50 PDT 2010


On Sep 8, 2010, at 12:19 PM, Dirk Steinke wrote:
> Meanwhile I've setup a Linux box (VM) for LLVM, applied the patch,
> ran 'make' and 'make check', and there were only expected failures.
> So it wasn't my fault, and I'm all happy. :-)
> Please review again and apply.

This improved version passes testing for me, so I've applied it in r113423.  Thanks!

--Owen



More information about the llvm-commits mailing list