[llvm-commits] [llvm] r135123 - /llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Eric Christopher
echristo at apple.com
Wed Jul 13 23:25:13 PDT 2011
On Jul 13, 2011, at 10:47 PM, Eric Christopher wrote:
>
> On Jul 13, 2011, at 10:39 PM, Chris Lattner wrote:
>
>>
>> On Jul 13, 2011, at 6:12 PM, Eric Christopher wrote:
>>
>>> Author: echristo
>>> Date: Wed Jul 13 20:12:15 2011
>>> New Revision: 135123
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=135123&view=rev
>>> Log:
>>> Add a dag combine pattern for folding C2-(A+C1) -> (C2-C1)-A
>>>
>>> Fixes rdar://9761830
>>
>> Testcase please,
>
> Sorry, slipped the mind even though I wrote it up. Incoming shortly :)
Done here:
Author: echristo
Date: Thu Jul 14 01:23:09 2011
New Revision: 135133
Thanks for the reminder!
-eric
More information about the llvm-commits
mailing list