[llvm-commits] [llvm] r126081 - in /llvm/trunk:	lib/Transforms/InstCombine/InstCombineAndOrXor.cpp	test/Transforms/InstCombine/or-xor.ll
    Benjamin Kramer 
    benny.kra at googlemail.com
       
    Sun Feb 20 07:25:46 PST 2011
    
    
  
On 20.02.2011, at 15:54, Duncan Sands wrote:
> Hi Benjamin,
> 
>> +  // A | ~(A&  B) ->  -1
> 
> how about moving this one to instsimplify instead?
Fair enough, r126082.
    
    
More information about the llvm-commits
mailing list