Chromium Code Reviews| 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..9927857a348e2e5a16ff379f433638167a8a565a 100644 |
| --- a/tests_lit/llvm2ice_tests/select-opt.ll |
| +++ b/tests_lit/llvm2ice_tests/select-opt.ll |
| @@ -108,3 +108,7 @@ entry: |
| ; ARM32-LABEL: testSelectImm64 |
| ; ARM32-NOT: cmp #{{.*}}, |
| ; MIPS32-LABEL: testSelectImm64 |
| +; MIPS32: movn |
| +; MIPS32: movn |
| +; MIPS32: move |
|
Jim Stichnoth
2016/09/24 14:39:59
I think you should probably remove these two 'move
obucinac
2016/09/25 17:19:42
Done.
|
| +; MIPS32: move |