JIT: have jit tail call stress avoid creating loops in some cases (#73114)
authorAndy Ayers <andya@microsoft.com>
Sun, 31 Jul 2022 15:04:13 +0000 (08:04 -0700)
committerGitHub <noreply@github.com>
Sun, 31 Jul 2022 15:04:13 +0000 (08:04 -0700)
commit5e6df13ec83bc3046fd6eb9816970fe380b430ed
tree80900b7b8d813c1a0ffe4fd963de25a4763e76e4
parenteead714e4a5e82f2075de7d5eaad75dedf509941
JIT: have jit tail call stress avoid creating loops in some cases (#73114)

Don't create a loop via tail call stress if the method didn't already have a loop and could have patchpoints.

Fixes #73090.
src/coreclr/jit/fgbasic.cpp
src/coreclr/jit/importer.cpp