[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / CodeGen / Mips / micromips-sizereduction / micromips-lwsp-swsp.ll
blobb92554854c04601d637f1b18cd8c6ba6543bd557
1 ; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=+micromips -asm-show-inst -verify-machineinstrs < %s | FileCheck %s
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