Add testcase for reason that typesafety of power is being broken
[oota-llvm.git] / test / Transforms / InstCombine / shift.ll
2003-03-10 Chris LattnerAdd a bunch of new tests
2003-03-10 Chris LattnerModernize testcase
2002-10-08 Chris LattnerAdd new testcase for arithmetic shr of -1
2002-09-10 Chris LattnerCheck for cannonicalization of shl X, 1 -> add X, X
2002-08-02 Chris LattnerThese tests should not run -dce pass to cleanup instcom...
2002-05-06 Chris LattnerFix testcase, the 'shift out all bits' doesn't apply...
2002-05-06 Chris LattnerNew testcases so I don't forget about these algebraic...