InstCombine: Match min/max hidden by sext/zext
[oota-llvm.git] / test / Transforms / InstCombine / apint-shift-simplify.ll
2009-09-09 Dan GohmanUse "opt < %s" instead of "opt %s" to keep the testname...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2007-08-15 Dan GohmanConvert tests using "| wc -l | grep ..." to use the...
2007-04-14 Reid SpencerFor PR1319:
2007-03-23 Reid SpencerAdd more test cases for APIntified InstCombine.