repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Handle logical shift right (at least I hope so :) )
[llvm/msp430.git]
/
test
/
CodeGen
/
PowerPC
/
2004-11-29-ShrCrash.ll
blob
70f294a78d86523ae04f5bf812b5a971d6e8e508
1
; RUN: llvm-as < %s | llc -march=ppc32
2
define void @test() {
3
%tr1 = lshr i32 1, 0 ; <i32> [#uses=0]
4
ret void
5
}
6