Description[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
Committed: https://crrev.com/75cc8352d06aada2e9131fdae793299ef73fb639
Cr-Commit-Position: refs/heads/master@{#33784}
Patch Set 1 #
Messages
Total messages: 12 (6 generated)
|