| Index: tests_lit/llvm2ice_tests/arith.ll
|
| diff --git a/tests_lit/llvm2ice_tests/arith.ll b/tests_lit/llvm2ice_tests/arith.ll
|
| index 868db4b20b5eab73a290b2dd06cab9544857bd0e..7613900c97fb72aca4d17ed8e572a347d186532e 100644
|
| --- a/tests_lit/llvm2ice_tests/arith.ll
|
| +++ b/tests_lit/llvm2ice_tests/arith.ll
|
| @@ -117,7 +117,7 @@ entry:
|
| ; CHECK-LABEL: MulImm
|
| ; CHECK: imul e{{.*}},e{{.*}},0x63
|
| ; ARM32-LABEL: MulImm
|
| -; ARM32-OPTM1: movw {{.*}}, #99
|
| +; ARM32-OPTM1: mov {{.*}}, #99
|
| ; ARM32-OPTM1: mul r{{.*}}, r{{.*}}, r{{.*}}
|
| ; ARM32-OPT2: rsb [[T:r[0-9]+]], [[S:r[0-9]+]], [[S]], lsl #2
|
| ; ARM32-OPT2-DAG: add [[T]], [[T]], [[S]], lsl #7
|
| @@ -141,8 +141,8 @@ entry:
|
| ; CHECK-NOT: mul {{[0-9]+}}
|
| ;
|
| ; ARM32-LABEL: MulImm64
|
| -; ARM32: movw {{.*}}, #99
|
| -; ARM32: movw {{.*}}, #0
|
| +; ARM32: mov {{.*}}, #99
|
| +; ARM32: mov {{.*}}, #0
|
| ; ARM32: mul r
|
| ; ARM32: mla r
|
| ; ARM32: umull r
|
|
|