-
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\\GitHub_34094\\Test34094\\Test34094.cmd #57458
Comments
Tagging subscribers to this area: @JulieLeeMSFT Issue DetailsRun: runtime-coreclr jitstress 20210814.1 Failed test:
One of error message:
|
CC @dotnet/jit-contrib |
I spent some time investigating. It seems that we do not properly propagate the sizeAttr of some HW instrinsic instructions because of which we think that we want a specific alignment which is different than the actual alignment. E.g. , in the test for runtime/src/coreclr/jit/emitxarch.cpp Lines 8789 to 8835 in 2144431
It is surprising that we didn't change anything recently in this area and we are seeing this issue now although it might be always there. The fix might need inspecting the code paths that are impacted by this (it may be that only DEBUG / asserts are impacted) and then coming up with some common method that assigns right attrSize for these instructions. I would like to mark this as .NET 7 (since the issue is there for a while) and continue investigating and submit a fix. Need to reenable the test that was disabled in #57473 |
Run: runtime-coreclr jitstress 20210814.1
Failed test:
One of error message:
The text was updated successfully, but these errors were encountered: