c554ae04fc
When loading cached hash code, asm intrinsic used LoadCompressed which results in garbage in the high 32-bits of the register. So the full register was not zero and intrinsic could return zero value in the low 32-bits. TEST=runtime/tests/vm/dart/regress_49672_test.dart Fixes https://github.com/dart-lang/sdk/issues/49672 Change-Id: Ie800dcea02db5b54bd8bf7e9df0f437f09e92932 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/305360 Commit-Queue: Alexander Markov <alexmarkov@google.com> Reviewed-by: Ryan Macnak <rmacnak@google.com>