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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
Mips
/
micromips-sizereduction
/
micromips-lwsp-swsp.ll
blob
b92554854c04601d637f1b18cd8c6ba6543bd557
1
; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=+micromips -asm-show-inst -verify-machineinstrs < %s | FileCheck %s
2
3
; Function Attrs: nounwind
4
define i32 @function1(i32 (i32)* %f) {
5
entry:
6
; CHECK-LABEL: function1:
7
; CHECK: SWSP_MM
8
; CHECK: LWSP_MM
9
%call = call i32 %f(i32 0)
10
ret i32 0
11
}