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
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
CodeGen
/
Thumb2
/
thumb2-lsl.ll
blob
6b0818a34b9bf50e4c95b66c0eaa83c74252767f
1
; RUN: llc < %s -march=thumb -mattr=+thumb2 | FileCheck %s
2
3
define i32 @f1(i32 %a) {
4
; CHECK: f1:
5
; CHECK: lsls r0, r0, #5
6
%tmp = shl i32 %a, 5
7
ret i32 %tmp
8
}