-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Fix IsVNConstantBound assert #114486
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
Fix IsVNConstantBound assert #114486
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
|
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
|
/azp run runtime-coreclr libraries-jitstress |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run runtime-coreclr libraries-jitstress |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
PTAL @AndyAyersMS @jakobbotsch @dotnet/jit-contrib fixes a jitstress issue. Basically, for switch's default case we used to create a slightly invalid assertion ( Now the algorithm is: We try to create A few small diffs . Looks like Format JIT jobs are broken |
Fixes #114212