[llvm-commits] [llvm] r140869 - in /llvm/trunk: lib/Transforms/InstCombine/InstCombineCompares.cpp test/Transforms/InstCombine/fcmp.ll
Jakob Stoklund Olesen
stoklund at 2pi.dk
Fri Sep 30 15:13:54 PDT 2011
On Sep 30, 2011, at 1:06 PM, Jim Grosbach wrote:
>
> On Sep 30, 2011, at 1:05 PM, Jakob Stoklund Olesen wrote:
>
>>
>> On Sep 30, 2011, at 11:45 AM, Jim Grosbach wrote:
>>
>>> Author: grosbach
>>> Date: Fri Sep 30 13:45:50 2011
>>> New Revision: 140869
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=140869&view=rev
>>> Log:
>>> float comparison to double 'zero' constant can just be a float 'zero.'
>>>
>>> InstCombine was incorrectly considering the conversion of the constant
>>> zero to be unsafe.
>>
>> Jim, could this have caused these failures?
>
> Maybe. Does 140875 fix it?
Yes.
Thanks!
/jakob
More information about the llvm-commits
mailing list