repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix edge cases in handling basic block split.
[llvm-complete.git]
/
test
/
CodeGen
/
PowerPC
/
neg.ll
blob
7119f6c0da9dee159ae814975444e2b463775a95
1
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep neg
2
3
int %test(int %X) {
4
%Y = sub int 0, %X
5
ret int %Y
6
}