| 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 3a95cdd6a67a4fb8a062ac7220ad53fb6d691775..753092fbc44c82568058959bed5700ee85974ce3 100644
|
| --- a/tests_lit/llvm2ice_tests/fp.cmp.ll
|
| +++ b/tests_lit/llvm2ice_tests/fp.cmp.ll
|
| @@ -824,6 +824,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:
|
| @@ -841,3 +844,6 @@ entry:
|
| ; ARM32-OM1: vmovne.f64 d{{[0-9]+}}
|
| ; ARM32-O2: vmovmi.f64 d{{[0-9]+}}
|
| ; ARM32: bx
|
| +; MIPS32-LABEL: selectFloatVarVar
|
| +; MIPS32: movn.d {{.*}}
|
| +; MIPS32: mov.d {{.*}}
|
|
|