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
/
2004-11-29-ShrCrash.ll
blob
e2a00d1e6e0f5e8e23dec97c001e8fe23b94a5fe
1
; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32
2
3
void %main() {
4
%tr1 = shr uint 1, ubyte 0
5
ret void
6
}