Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[x64] Optimize test code for deoptimization
This avoids loading a big int32 immediate filled with zeros to do the check. It changes from: f7431700000020 testl [rbx+0x17],0x20000000 to f6431a20 testb [rbx+0x1a],0x20 Change-Id: Id969a4662af6fe09897931a8dba8bf4fef519169 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/4667388 Auto-Submit: Victor Gomes <victorgomes@chromium.org> Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Leszek Swirski <leszeks@chromium.org> Cr-Commit-Position: refs/heads/main@{#88679}
- Loading branch information