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
/
X86
/
fast-isel-phys.ll
blob
91dcca57cc2b713a45cba7cff61a409df65e43e5
1
; RUN: llvm-as < %s | llc -fast-isel -fast-isel-abort -march=x86
2
3
define i8 @t2(i8 %a, i8 %c) nounwind {
4
%tmp = shl i8 %a, %c
5
ret i8 %tmp
6
}
7
8
define i8 @t1(i8 %a) nounwind {
9
%tmp = mul i8 %a, 17
10
ret i8 %tmp
11
}