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
[mlir][LLVM] `LLVMTypeConverter`: Tighten materialization checks (#116532)
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Mips
/
stacksize.ll
blob
f3a1e7b1e03eede90a44a864bc458ab3bc11fb5f
1
; RUN: llc -mtriple=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
}