[vm, compiler] Fix incorrect reduction of identical(num, num?) to pointer equality.

TEST=ci
Change-Id: Ifd75fa074581cc9c5a67bcc035f0d594b2692158
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/326722
Reviewed-by: Alexander Markov <alexmarkov@google.com>
Commit-Queue: Ryan Macnak <rmacnak@google.com>
This commit is contained in:
Ryan Macnak
2023-09-18 22:14:58 +00:00
committed by Commit Queue
parent 39e8c57963
commit dc445e4eec
6 changed files with 508 additions and 481 deletions
+1
View File
@@ -82,6 +82,7 @@ class ObjectPointerVisitor;
RW(Class, closure_class) \
RW(Class, record_class) \
RW(Type, number_type) \
RW(Type, nullable_number_type) \
RW(Type, int_type) \
RW(Type, legacy_int_type) \
RW(Type, non_nullable_int_type) \