[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Transforms / InstCombine / onehot_merge.ll
2014-01-19 Benjamin KramerInstCombine: Replace a hand-rolled version of isKnownTo...
2013-11-12 Nadav RotemFold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2))...