| 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 bb1e1dc6fddb5d88d15795f2170976500a156694..1aaec28da0038c04329a04e342ce98902c71dbe7 100644
|
| --- a/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll
|
| +++ b/tests_lit/llvm2ice_tests/nacl-other-intrinsics.ll
|
| @@ -484,6 +484,13 @@ entry:
|
| ; ARM32-LABEL: test_cttz_32
|
| ; ARM32: rbit
|
| ; ARM32: clz
|
| +; MIPS32-LABEL: test_cttz_32
|
| +; MIPS32: addiu
|
| +; MIPS32: nor
|
| +; MIPS32: and
|
| +; MIPS32: clz
|
| +; MIPS32: li
|
| +; MIPS32: subu
|
|
|
| define internal i64 @test_cttz_64(i64 %x) {
|
| entry:
|
|
|