repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Cortex-M4 schedule additions
[llvm-complete.git]
/
test
/
CodeGen
/
Mips
/
stacksize.ll
blob
42021b2151862f08f87bf33b7b7f9457bcddf6d1
1
; RUN: llc -march=mipsel -relocation-model=static < %s | FileCheck %s
2
3
define i32 @foo(i32 %a) nounwind readnone {
4
entry:
5
; check that stack size is zero.
6
; CHECK-NOT: addiu $sp, $sp
7
%add = add nsw i32 %a, 1
8
ret i32 %add
9
}