JIT: merge fgMorph into compCompile (#2110)
authorAndy Ayers <andya@microsoft.com>
Sat, 25 Jan 2020 00:19:50 +0000 (16:19 -0800)
committerGitHub <noreply@github.com>
Sat, 25 Jan 2020 00:19:50 +0000 (16:19 -0800)
commitfe043561cd6e7ca526265f6d9eef013fd89354eb
treef2365fd5a5ea58438a1efafa4dc2d1febfb0c53e
parent8bd94d1a1be116d28672d08f09a15af3fcc0d6aa
JIT: merge fgMorph into compCompile (#2110)

This gives us a single method that controls most of the jit's phase behavior.
Largely a manual inline, though I updated some comments and changed one assert.

Follow up from #1309; also see #2109.
src/coreclr/src/jit/compiler.cpp
src/coreclr/src/jit/compiler.h
src/coreclr/src/jit/morph.cpp