[llvm-commits] [llvm] r135123 - /llvm/trunk/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

Eric Christopher echristo at apple.com
Wed Jul 13 22:47:33 PDT 2011


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 :)

Thanks!

-eric



More information about the llvm-commits mailing list