DescriptionMIPS64: Fix [KeyedLoadIC] Support Smi "handlers" for element loads
Fix 2cf2eef77bec7d30ccc80cb74950f35bc37404ed
Fix test failures with tests working on external Uint32 arrays. Problem
started to appear because Uint32 value was compared using Int32 compare
operators in ChangeUint32ToTagged. On MIPS64. Uint32 value is not sign-
extended, so upper 32 bits of this value are zero. MIPS64 doesn't have
Word32Compare instructions but uses Word64Compare instructions in
combination with properly sign-extended Int32 values.
BUG=cctest/test-api/Uint32Array,cctest/test-api/SharedUint32Array,
cctest/test-api/FixedUint32Array,mjsunit/compiler/uint32
Committed: https://crrev.com/3b7fbafe72389b990da0f07fbb28c98d425fb2cd
Cr-Commit-Position: refs/heads/master@{#38680}
Patch Set 1 #
Total comments: 1
Patch Set 2 : Address code review remarks #Messages
Total messages: 16 (7 generated)
|