[llvm-commits] [llvm] r168181 - in /llvm/trunk: lib/Transforms/InstCombine/InstCombineCompares.cpp test/Transforms/InstCombine/icmp.ll

Chris Lattner sabre at nondot.org
Sun Nov 25 08:18:16 PST 2012


On Nov 25, 2012, at 12:38 AM, Duncan Sands <baldrick at free.fr> wrote:

>>> 
>>> Sounds good to me, however the release process requires approval from
>>> the code owner so your first point of contact should be the code
>>> owner or owners of the r168186 and r168196.
>> 
>> Duncan,
>> 
>> I propose as below, two options;
>> 
>> 1) r168186 and r168196
> 
> I think this is the best option, as the first of these does fix a real bug
> (though it's hard to get a miscompile out of it, it is theoretically possible).
> The corresponding instcombine patch was already approved by Chris and applied;
> this is exactly the same fix but for duplicated code in instsimplify.  The
> second patch improves the comments and (more importantly) gets rid of a warning
> when building with clang.  It is zero risk, so should just be applied.
> 
> In short, I approve applying both of these.
> 
> That said, I'm not the code owner: Chris is (by default since no code owner
> has been assigned yet).  Chris?

I approve.

-Chris



More information about the llvm-commits mailing list