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

Pawel Wodnicki pawel at 32bitmicro.com
Mon Nov 26 08:54:33 PST 2012


On 11/25/2012 11:22 PM, Duncan Sands wrote:
>>>> 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.
> 
> Thanks Chris.

r168186 - Committed revision 168594.

r168196 - Committed revision 168593.

> 
> Best wishes, Duncan.
> 
> 
> 

Pawel





More information about the llvm-commits mailing list