Files
llvm/test/CodeGen/MSP430
David Majnemer 363160a6be DAGCombiner: Simplify inverted bit tests
Fold (xor (and x, y), y) -> (and (not x), y)

This removes an opportunity for a constant to appear twice.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181395 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-08 06:44:42 +00:00
..
2010-02-22 23:34:12 +00:00
2009-10-21 00:11:44 +00:00
2009-10-21 00:11:44 +00:00
2010-01-14 22:09:38 +00:00