JIT: Allow RBO for known relops even without a dominator (#86774)
authorJakob Botsch Nielsen <Jakob.botsch.nielsen@gmail.com>
Fri, 26 May 2023 19:12:09 +0000 (21:12 +0200)
committerGitHub <noreply@github.com>
Fri, 26 May 2023 19:12:09 +0000 (21:12 +0200)
commit33f78c064577026da90c66ba4d8fec7237ce9d7b
tree274bb62ef3cb70a9b9856b2a33b563c8a21fe74c
parent182b0136100c0a108c4424bb0fa0bd16fe87b3a4
JIT: Allow RBO for known relops even without a dominator (#86774)

Delay the check for whether there is a dominator to the case where we're
actually going to try to infer from it.
src/coreclr/jit/redundantbranchopts.cpp