Fix for PR2479: correctly optimize expressions like (a > 13) & (a ==
[oota-llvm.git] / test / Transforms / InstCombine / 2008-01-21-MismatchedCastAndCompare.ll
2008-06-09 Dan GohmanFix two more not-grep tests that were missing llvm...
2008-01-28 Nick LewyckyHandle some more combinations of extend and icmp. Fixes...