[llvm-commits] [llvm] r85441 - in /llvm/trunk: lib/CodeGen/BranchFolding.cpp test/CodeGen/X86/2008-02-18-TailMergingBug.ll test/CodeGen/X86/2008-05-12-tailmerge-5.ll test/CodeGen/X86/convert-2-addr-3-addr-inc64.ll

Chris Lattner clattner at apple.com
Thu Oct 29 13:32:55 PDT 2009


>>>
>>> +            TrialBBI2 == I->second->begin()))) {
>>>       if (CommonTailLen > maxCommonTailLength) {
>>>         SameTails.clear();
>>>         maxCommonTailLength = CommonTailLen;
>>
>> I know that you're probably not the one to blame, but could you  
>> factor out this insane predicate into a static helper function that  
>> returns a bool?
>
> OK.  I cleaned it up a bit.

Thanks Bob!




More information about the llvm-commits mailing list