-
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
Resolve some issues impacting the jitstress-isas-x86 runs #104935
Conversation
/azp run runtime-coreclr jitstress-isas-x86 |
Azure Pipelines successfully started running 1 pipeline(s). |
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch |
a3ba381
to
048ce0b
Compare
/azp run runtime-coreclr jitstress-isas-x86 |
Azure Pipelines successfully started running 1 pipeline(s). |
048ce0b
to
cfbf2ae
Compare
/azp run runtime-coreclr jitstress-isas-x86 |
Azure Pipelines successfully started running 1 pipeline(s). |
CC. @dotnet/jit-contrib, small fix getting the SIMD related failures for the jitstress-isas jobs all resolved |
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.
This resolves the SIMD related issues. There's still a couple of JitStress failures but they aren't related to or unique to the jitstress-isas jobs.
Basically there were two issues aroung
AND_NOT
handlingAND_NOT
AND_NOT
was hitting the handling forAND
, and was being treated as commutative where it shouldn't have been