You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to investigate for make_array deduplication whether we also shouldn't deduplicate make_array instructions which create slices which are later used in slice_push_back and similar methods. If these methods mutate the slice directly, and a later slice is deduplicated to be the original, then the later slice may have the incorrect mutated value instead of the original.
The text was updated successfully, but these errors were encountered:
Link to the original PR: #6685 (comment)
Need to investigate for
make_array
deduplication whether we also shouldn't deduplicate make_array instructions which create slices which are later used in slice_push_back and similar methods. If these methods mutate the slice directly, and a later slice is deduplicated to be the original, then the later slice may have the incorrect mutated value instead of the original.The text was updated successfully, but these errors were encountered: