Fix jit_tests for register value cache optimization#21
Conversation
Update term_to_int_verify_is_match_state_typed_optimization_x86_64_test to reflect that the register value cache now eliminates the redundant mov 0x68(%rdi),%rax after mov %rax,0x68(%rdi), since %rax already holds the value. This was broken by ad33e7b ("JIT: fix register value cache").
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).
SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later