-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JIT: Enable profile consistency checks throughout JIT frontend #111498
JIT: Enable profile consistency checks throughout JIT frontend #111498
Conversation
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
Latest diffs |
/azp run runtime-coreclr libraries-jitstress, runtime-coreclr libraries-pgo |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run runtime-coreclr libraries-pgo |
Azure Pipelines successfully started running 1 pipeline(s). |
libraries-pgo failure is #111345. |
cc @dotnet/jit-contrib, @AndyAyersMS PTAL. Diffs. The only phase in the backend that requires profile maintenance work, as far as I know, is switch lowering. I suspect enabling consistency through it would benefit code layout only occasionally, though I can take a look in a follow-up PR. |
Part of #107749.