repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove VISIBILITY_HIDDEN from this file.
[llvm/avr.git]
/
test
/
CodeGen
/
XCore
/
2008-11-17-Shl64.ll
blob
97ea41b8d0c067076c681022cc639201afb42b65
1
; RUN: llvm-as < %s | llc -march=xcore > %t1.s
2
; PR3080
3
define i64 @test(i64 %a) {
4
%result = shl i64 %a, 1
5
ret i64 %result
6
}