| Index: tests_lit/llvm2ice_tests/nacl-atomic-intrinsics.ll
|
| diff --git a/tests_lit/llvm2ice_tests/nacl-atomic-intrinsics.ll b/tests_lit/llvm2ice_tests/nacl-atomic-intrinsics.ll
|
| index 7275609ac37e4817466df10828dc0d7be7de4161..0c4d0817b0667d4e92c30a4b145d9197c5803b56 100644
|
| --- a/tests_lit/llvm2ice_tests/nacl-atomic-intrinsics.ll
|
| +++ b/tests_lit/llvm2ice_tests/nacl-atomic-intrinsics.ll
|
| @@ -1638,7 +1638,6 @@ entry:
|
| ; ARM32: bne
|
| ; ARM32: dmb
|
| ; MIPS32-LABEL: test_atomic_cmpxchg_8
|
| -; MIPS32: sync
|
| ; MIPS32: addiu {{.*}}, $zero, -4
|
| ; MIPS32: and
|
| ; MIPS32: andi {{.*}}, {{.*}}, 3
|
| @@ -1650,6 +1649,7 @@ entry:
|
| ; MIPS32: sllv
|
| ; MIPS32: andi {{.*}}, {{.*}}, 255
|
| ; MIPS32: sllv
|
| +; MIPS32: sync
|
| ; MIPS32: ll
|
| ; MIPS32: and
|
| ; MIPS32: bne
|
| @@ -1687,7 +1687,6 @@ entry:
|
| ; ARM32: bne
|
| ; ARM32: dmb
|
| ; MIPS32-LABEL: test_atomic_cmpxchg_16
|
| -; MIPS32: sync
|
| ; MIPS32: addiu {{.*}}, $zero, -4
|
| ; MIPS32: and
|
| ; MIPS32: andi {{.*}}, {{.*}}, 3
|
| @@ -1699,6 +1698,7 @@ entry:
|
| ; MIPS32: sllv
|
| ; MIPS32: andi {{.*}}, {{.*}}, 65535
|
| ; MIPS32: sllv
|
| +; MIPS32: sync
|
| ; MIPS32: ll
|
| ; MIPS32: and
|
| ; MIPS32: bne
|
|
|