JIT: Properly handle a switch opt case during early flow opts (#40434)
authorAndy Ayers <andya@microsoft.com>
Thu, 6 Aug 2020 19:01:01 +0000 (12:01 -0700)
committerGitHub <noreply@github.com>
Thu, 6 Aug 2020 19:01:01 +0000 (12:01 -0700)
commit89788004d214b64b3e70542e24e3470621766bc2
treeea14c4b0e6d1d782257f6b03fd6b052561ddfbe3
parent0adf9b52fa4d0118b16088d34e0df4c0e0dafbf7
JIT: Properly handle a switch opt case during early flow opts (#40434)

Don't try rethreading statement lists if we're doing and early flow opt.

Fixes #40195.
src/coreclr/src/jit/flowgraph.cpp