JIT: don't update early ref counts in morph (#57037)
authorAndy Ayers <andya@microsoft.com>
Sun, 8 Aug 2021 15:07:56 +0000 (08:07 -0700)
committerGitHub <noreply@github.com>
Sun, 8 Aug 2021 15:07:56 +0000 (08:07 -0700)
commita56b5d71cccc0212bc6fb6cfe3f98fa7e0b8a9b5
treefe7d37167aae9a174f8aea95daaeee19dd84166c
parent5aced7eb238ed2dc9e95734ede4be6e11d74dd9c
JIT: don't update early ref counts in morph (#57037)

These updates are a vestige of an earlier time when we could not distinguish
early ref counts from normal ref counts. Updating them makes reasoning using
them during morph tricky, and there's no longer any need to do this.

Prerequisite to fixing #56743.
src/coreclr/jit/morph.cpp