| Index: tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll
|
| diff --git a/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll b/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll
|
| index eacce418d447a39d0be8bc988e0c3899c141d737..003fe38f59120ee63fb18e7edc35048135758c5c 100644
|
| --- a/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll
|
| +++ b/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll
|
| @@ -658,6 +658,10 @@ entry:
|
| ; ARM32-LABEL: test_stacksave_noalloca
|
| ; ARM32: mov {{.*}}, sp
|
| ; ARM32: mov sp, {{.*}}
|
| +; MIPS32-LABEL: test_stacksave_noalloca
|
| +; MIPS32: sw sp,{{.*}}
|
| +; MIPS32: lw [[REG:.*]],0(sp)
|
| +; MIPS32: move sp,[[REG]]
|
|
|
| declare i32 @foo(i32 %x)
|
|
|
| @@ -702,3 +706,9 @@ entry:
|
| ; ARM32: mov {{.*}}, sp
|
| ; ARM32: mov {{.*}}, sp
|
| ; ARM32: mov sp, {{.*}}
|
| +; MIPS32-LABEL: test_stacksave_multiple
|
| +; MIPS32: sw sp,[[MEMLOC:.*]]
|
| +; MIPS32: sw sp,{{.*}}
|
| +; MIPS32: sw sp,{{.*}}
|
| +; MIPS32: lw [[REG:.*]],[[MEMLOC]]
|
| +; MIPS32: move sp,[[REG]]
|
|
|