JIT: fix relop flags for peeled switch compare (#53096)
authorAndy Ayers <andya@microsoft.com>
Fri, 21 May 2021 19:19:25 +0000 (12:19 -0700)
committerGitHub <noreply@github.com>
Fri, 21 May 2021 19:19:25 +0000 (12:19 -0700)
commit91772b5803d42a8a73e384bf7f6af2253ee3cea6
tree4ba578c4b71677c974200ef7bc9c995efdaa4be3
parent5c656ca1825b4fdf25166abb7dc22eec599e5572
JIT: fix relop flags for peeled switch compare (#53096)

In particular we need to set `GTF_DONT_CSE` so that CSE doesn't
introduce commas under `GT_JTRUE` nodes.

Fixes #52785.
src/coreclr/jit/fgopt.cpp