1; Test whether negative values > 64 bits retain their negativeness. 2; RUN: llvm-as < %s | llvm-dis | grep "add i65.*, -1" 3 4define i65 @testConsts(i65 %N) { 5 %a = add i65 %N, -1 6 ret i65 %a 7} 8