Reid Spencer | 4a33714 | 2007-03-19 20:35:26 +0000 | [diff] [blame] | 1 | ; Test whether negative values > 64 bits retain their negativeness. |
Reid Spencer | 90008f4 | 2007-04-15 10:07:55 +0000 | [diff] [blame] | 2 | ; RUN: llvm-as < %s | llvm-dis | grep {add i65.*, -1} |
Reid Spencer | 4a33714 | 2007-03-19 20:35:26 +0000 | [diff] [blame] | 3 | |
4 | define i65 @testConsts(i65 %N) { | ||||
5 | %a = add i65 %N, -1 | ||||
6 | ret i65 %a | ||||
7 | } |