repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
make tblgen produce a function that returns the name for a physreg.
[llvm/avr.git]
/
test
/
CodeGen
/
Alpha
/
i32_sub_1.ll
blob
ffeafbd75938dda3a67be891a9ba90f040f3db0d
1
; Make sure this testcase codegens to the ctpop instruction
2
; RUN: llc < %s -march=alpha | grep -i {subl \$16,1,\$0}
3
4
5
define i32 @foo(i32 signext %x) signext {
6
entry:
7
%tmp.1 = add i32 %x, -1 ; <int> [#uses=1]
8
ret i32 %tmp.1
9
}