Description[turbofan] Fix a bug in the RawMachineAssembler
This was causing code like:
REX.W cmpq r9,r8
setzl r8l
movzxbl r8,r8
REX.W cmpq r8,0x0
jz 185
(note the cmpq instead of cmpl above) on x64 instead of:
REX.W cmpq r9,r8
jnz 149
http://crrev.com/1677503002 is now obsolete and has been reverted.
Committed: https://crrev.com/61a4c528b705f36899b72b02fb9b959b70494c00
Cr-Commit-Position: refs/heads/master@{#33934}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Update. #Patch Set 3 : Fixes one ARM unit test. #
Messages
Total messages: 20 (11 generated)
|