| Index: tests_lit/llvm2ice_tests/select-opt.ll
|
| diff --git a/tests_lit/llvm2ice_tests/select-opt.ll b/tests_lit/llvm2ice_tests/select-opt.ll
|
| index 9620aadc676a8a38b2727fc3d50f42087b1678b6..6f12be95bbb7519fb804f8c81039a8361140b495 100644
|
| --- a/tests_lit/llvm2ice_tests/select-opt.ll
|
| +++ b/tests_lit/llvm2ice_tests/select-opt.ll
|
| @@ -78,7 +78,6 @@ declare void @useInt(i32 %x)
|
| ; MIPS32-LABEL: testSelect
|
| ; MIPS32: slt {{.*}}
|
| ; MIPS32: movn {{.*}}
|
| -; MIPS32: move {{.*}}
|
|
|
| ; Check for valid addressing mode in the cmp instruction when the
|
| ; operand is an immediate.
|
| @@ -93,7 +92,6 @@ entry:
|
| ; ARM32-NOT: cmp #{{.*}},
|
| ; MIPS32-LABEL: testSelectImm32
|
| ; MIPS32: movn {{.*}}
|
| -; MIPS32: move {{.*}}
|
|
|
| ; Check for valid addressing mode in the cmp instruction when the
|
| ; operand is an immediate. There is a different x86-32 lowering
|
| @@ -108,3 +106,5 @@ entry:
|
| ; ARM32-LABEL: testSelectImm64
|
| ; ARM32-NOT: cmp #{{.*}},
|
| ; MIPS32-LABEL: testSelectImm64
|
| +; MIPS32: movn
|
| +; MIPS32: movn
|
|
|