JIT: prepare for instrumentation before incorporating profile counts (#85805)
authorAndy Ayers <andya@microsoft.com>
Fri, 5 May 2023 14:44:48 +0000 (07:44 -0700)
committerGitHub <noreply@github.com>
Fri, 5 May 2023 14:44:48 +0000 (07:44 -0700)
commit32414ec9814753adbce811839060715bfedae862
tree277135f0ad36ec436bc7a000956b08b3d1eb981a
parentc31fda12adf036670ea5c23bce5f066bfd948ebf
JIT: prepare for instrumentation before incorporating profile counts (#85805)

Otherwise the spanning tree we generate may be biased by the profile data
and not match the spanning tree we generated in Tier0.

Fixes #85799.
src/coreclr/jit/block.h
src/coreclr/jit/compiler.cpp
src/coreclr/jit/fgprofile.cpp