1; Make sure this testcase codegens to the lda -1 instruction 2; RUN: llc < %s -march=alpha | grep {\\-1} 3 4define i64 @bar() { 5entry: 6 ret i64 -1 7} 8