| Index: tests_lit/llvm2ice_tests/fp.cmp.ll
|
| diff --git a/tests_lit/llvm2ice_tests/fp.cmp.ll b/tests_lit/llvm2ice_tests/fp.cmp.ll
|
| index 39c185010db63828b45a11f003bec0905551bbb9..55aa7011828278f32095e084b89ed5ca7e97f54c 100644
|
| --- a/tests_lit/llvm2ice_tests/fp.cmp.ll
|
| +++ b/tests_lit/llvm2ice_tests/fp.cmp.ll
|
| @@ -968,6 +968,9 @@ entry:
|
| ; ARM32-OM1: vmovne.f32 s{{[0-9]+}}
|
| ; ARM32-O2: vmovmi.f32 s{{[0-9]+}}
|
| ; ARM32: bx
|
| +; MIPS32-LABEL: selectFloatVarVar
|
| +; MIPS32: movn.s {{.*}}
|
| +; MIPS32: mov.s {{.*}}
|
|
|
| define internal double @selectDoubleVarVar(double %a, double %b) {
|
| entry:
|
| @@ -985,3 +988,6 @@ entry:
|
| ; ARM32-OM1: vmovne.f64 d{{[0-9]+}}
|
| ; ARM32-O2: vmovmi.f64 d{{[0-9]+}}
|
| ; ARM32: bx
|
| +; MIPS32-LABEL: selectDoubleVarVar
|
| +; MIPS32: movn.d {{.*}}
|
| +; MIPS32: mov.d {{.*}}
|
|
|