Address issues found by Duncan during post-commit review of r177856.
[oota-llvm.git] / test / Transforms / InstCombine / udiv_select_to_select_shift.ll
2009-09-08 Dan GohmanConvert a few more opt | llvm-dis to opt -S.
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-08-25 Dan GohmanRemove obsolete -f flags.
2008-07-14 Chris LattnerFix PR2506 by being a bit more careful about reverse...
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-04-14 Reid SpencerFor PR1319:
2007-03-05 Reid SpencerAdd a test case for a particular udiv/select transform.