JIT: change profile slop assert to a jitdump note (#81377)
authorAndy Ayers <andya@microsoft.com>
Thu, 2 Feb 2023 15:46:50 +0000 (07:46 -0800)
committerGitHub <noreply@github.com>
Thu, 2 Feb 2023 15:46:50 +0000 (07:46 -0800)
commit6c9190c6e35a939ca8c26189e16fe1ea3b57703e
tree32dd606211c5c01b876caf2fe438e3a70a15487d
parent6aa9f8b5a5d7ea4d79715f0b16f2a5b0ab6ac48d
JIT: change profile slop assert to a jitdump note (#81377)

Stop asserting if we see unusually large discrepancies in the outgoing profile
flow from a block. Instead just make a note in the jit dump.

Fixes #77450.
src/coreclr/jit/fgprofile.cpp