[llvm-commits] [llvm] r132348 - in /llvm/trunk: lib/Transforms/InstCombine/InstCombineMulDivRem.cpp test/Transforms/InstCombine/2011-05-28-swapmulsub.ll

Stuart Hastings stuart at apple.com
Tue May 31 13:09:10 PDT 2011


On May 31, 2011, at 1:08 PM, Eli Friedman wrote:

> On Tue, May 31, 2011 at 12:29 PM, Stuart Hastings <stuart at apple.com> wrote:
>> Author: stuart
>> Date: Tue May 31 14:29:55 2011
>> New Revision: 132348
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=132348&view=rev
>> Log:
>> Followup to 132316; accept arbitrary constants, add with a constant,
>> sub with a non-constant.  Fix comments, enlarge test case.
>> rdar://problem/6501862
>> 
>> Modified:
>>    llvm/trunk/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
>>    llvm/trunk/test/Transforms/InstCombine/2011-05-28-swapmulsub.ll
> 
> This appears to be breaking buildbots; see
> http://smooshlab.apple.com:8013/builders/lnt_clang-x86_64-darwin10-gcc42-RA_x86_64-O3/builds/3139
> .

Agreed, and reverted at 132351.

Sorry 'bout that,

stuart



More information about the llvm-commits mailing list