-
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
[jitstress-isas-x86] Assertion failed 'compiler->compIsaSupportedDebugOnly(isa)' during 'Generate code' #71928
Comments
Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch Issue DetailsThe jitstress-isas-x86 pipeline is frequently failing with this assertion failure in many tests. Assert failure(PID 7472 [0x00001d30], Thread: 9756 [0x261c]): Assertion failed 'compiler->compIsaSupportedDebugOnly(isa)' in 'HillClimbing:Update(int,double,int):System.ValueTuple`2[Int32,Int32]:this' during 'Generate code' (IL size 1472; hash 0x27d1e134; FullOpts)
|
This is a relatively recent regression, the June 18th run does not have this problem while June 25th does. |
From a bisection this seems to be introduced/exposed by #69434. @tannergooding do you have an idea why that could cause this problem? |
I expect there is a mismatched check around the "baseline" ISAs (SSE/SSE2) and |
Same assertion in a different method.
Assert failure(PID 24198 [0x00005e86], Thread: 24198 [0x5e86]): Assertion failed 'compiler->compIsaSupportedDebugOnly(isa)' in 'JIT.HardwareIntrinsics.General.VectorBinaryOpTest__op_DivisionDouble:.ctor():this' during 'Generate code' (IL size 264; hash 0x7d5d7518; FullOpts)
Assert failure(PID 24236 [0x00005eac], Thread: 24236 [0x5eac]): Assertion failed 'compiler->compIsaSupportedDebugOnly(isa)' in 'JIT.HardwareIntrinsics.General.VectorBinaryOpTest__DivideDouble:.ctor():this' during 'Generate code' (IL size 264; hash 0x7c8af1a2; FullOpts) |
runtime-coreclr jitstress-isas-x86 is constatnly failing. |
The jitstress-isas-x86 pipeline is frequently failing with this assertion failure in many tests.
Example pipeline run: https://dev.azure.com/dnceng/public/_build/results?buildId=1870359&view=results
The text was updated successfully, but these errors were encountered: