repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Silence -Wunused-variable in release builds.
[llvm/stm8.git]
/
test
/
CodeGen
/
Thumb2
/
thumb2-add3.ll
blob
58fc33372cf6ad0323ed5883857d56459fe5aeda
1
; RUN: llc < %s -march=thumb -mattr=+thumb2 | FileCheck %s
2
3
define i32 @f1(i32 %a) {
4
%tmp = add i32 %a, 4095
5
ret i32 %tmp
6
}
7
8
; CHECK: f1:
9
; CHECK: addw r0, r0, #4095