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