[turbofan] Fixes the code generation for branches on x64 when the condition is Word64Equal.
Before: REX.W cmpq r9,r8 setzl r8l movzxbl r8,r8 REX.W cmpq r8,0x0 jz 185 After: REX.W cmpq r9,r8 jnz 149 Review URL: https://codereview.chromium.org/1677503002 Cr-Commit-Position: refs/heads/master@{#33784}
Showing
Please
register
or
sign in
to comment