Update for constant folding now generating undef and overflow correctly.
[oota-llvm.git] / test / Integer / a17.ll.out
2007-02-27 Reid SpencerShifting by the bit width now produces undef, not 0.
2007-02-27 Reid SpencerRemove test cases that produce undefined results.
2007-01-26 Reid SpencerFor PR761:
2007-01-19 Zhou ShengCover more arithmetics for arbitrary bitwidth integers.
2007-01-16 Reid SpencerNew test cases for bit accurate integers developed...