| Index: tests_lit/llvm2ice_tests/returns_twice_no_coalesce.ll
|
| diff --git a/tests_lit/llvm2ice_tests/returns_twice_no_coalesce.ll b/tests_lit/llvm2ice_tests/returns_twice_no_coalesce.ll
|
| index 754a105b01591191e3a267314e3f31a5bacf1722..67654af4ccca3dd6ac9e7e5741a7e0e918e6f5fe 100644
|
| --- a/tests_lit/llvm2ice_tests/returns_twice_no_coalesce.ll
|
| +++ b/tests_lit/llvm2ice_tests/returns_twice_no_coalesce.ll
|
| @@ -55,6 +55,9 @@ NonZero:
|
| ; CHECK: mov dword ptr [esp + [[OFF:.*]]], [[REG1]]
|
| ; CHECK: add [[REG2:.*]], 54321
|
| ; Now there should be sharing of the stack slot (OFF is the same).
|
| -; CHECK: mov dword ptr [esp + [[OFF]]], [[REG2]]
|
| +; Commenting out after disabling simple coalescing for -Om1.
|
| +; TODO(stichnot): Add it back if/when we add a flag to enable simple
|
| +; coalescing.
|
| +; xCHECK: mov dword ptr [esp + [[OFF]]], [[REG2]]
|
|
|
| ; ERRORS-NOT: ICE translation error
|
|
|