-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Test failure: Regressions/coreclr/0582/csgen.1/csgen.1.cmd #102296
Comments
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
@TIHan, PTAL. |
Failed in: runtime-coreclr jitstress2-jitstressregs 20240519.1 Failed tests:
Error message:
Stack trace:
|
Failed in: runtime-coreclr jitstress2-jitstressregs 20240521.1 Failed tests:
Error message:
Stack trace:
|
I'm able to reproduce the assertion, will be looking into it. |
Assertion first starts appearing after #101894 but doesn't look like the change caused this assertion. Here are the dumps from before and after the change. |
@kunalspathak and I went through this one for several hours, it's not trivial. I'll sum up what we learned. Why does the assertion occur?When validating loop alignment, the align instruction's loop header IG does not match the loop back edge IG.
Notice Why are
|
Failed in: runtime-coreclr jitstress2-jitstressregs 20240526.1 Failed tests:
Error message:
Stack trace:
|
This code was added by #95565. I do wonder why we didn't see the failures as part of that PR. |
Failed in: runtime-coreclr jitstress2-jitstressregs 20240515.1
Failed tests:
Error message:
Stack trace:
The text was updated successfully, but these errors were encountered: