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
In some rare cases, the register allocator can spill registers but end up not utilizi...
[llvm/msp430.git]
/
test
/
CodeGen
/
Alpha
/
zapnot4.ll
blob
1be3ca2e3c72c7f34d944ff1e09d10039673d762
1
; RUN: llvm-as < %s | llc -march=alpha | grep zapnot
2
3
define i64 @foo(i64 %y) {
4
%tmp = shl i64 %y, 3 ; <i64> [#uses=1]
5
%tmp2 = and i64 %tmp, 65535 ; <i64> [#uses=1]
6
ret i64 %tmp2
7
}