InstCombine: fold (A >> C) == (B >> C) --> (A^B) < (1 << C) for constant Cs.
[oota-llvm.git] / test / Transforms / InstCombine / fold-vector-select.ll
2013-08-28 Matt ArsenaultConvert tests to FileCheck
2012-08-30 Michael Gottesman[llvm] Updated the test fold-vector-select so that...
2011-02-11 Nadav RotemFix 9173.