-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Test failure: Assertion failed '!"SIMD intrinsic with unsupported base type."' #35876
Comments
@dotnet/jit-contrib |
This may be related to #35877, both seem related to an unsupported Vector type. |
This is a manifestation of #35620. The simplest "solution" is probably to have A more involved change might be to actually utilize |
I put up a fix that sets the baseType to |
Yes that was introduced in anticipation of handling intrinsics that return a I think it's reasonable for now to set the base type to |
Windows x64 JitStress=1 or 2
Test:
https://dev.azure.com/dnceng/public/_build/results?buildId=631203&view=ms.vss-test-web.build-test-results-tab&runId=19687756&resultId=105979&paneView=debug
\r\nAssert failure(PID 6688 [0x00001a20], Thread: 7948 [0x1f0c]): Assertion failed '!"SIMD intrinsic with unsupported base type."' in 'VectorRelopTest
1[UInt64][System.UInt64]:VectorRelOp(long,long):int' during 'Generate code' (IL size 1179)\r\n\r\n File: F:\workspace_work\1\s\src\coreclr\src\jit\simdcodegenxarch.cpp Line: 3201\r\n Image: C:\h\w\AB7209D8\p\CoreRun.exe\r\n\r\n\r\nReturn code: 1\r\nRaw output file: C:\h\w\AB7209D8\w\C2150A43\e\JIT\SIMD\Reports\JIT.SIMD\VectorRelOp_ro\VectorRelOp_ro.output.txt\r\nRaw output:\r\nBEGIN EXECUTION\r\n "C:\h\w\AB7209D8\p\corerun.exe" VectorRelOp_ro.dll \r\nExpected: 100\r\nActual: -1073740286\r\nEND EXECUTION - FAILED\r\nFAILED\r\nTest Harness Exitcode is : 1\r\nTo run the test:\r\n> set CORE_ROOT=C:\h\w\AB7209D8\p\r\n> C:\h\w\AB7209D8\w\C2150A43\e\JIT\SIMD\VectorRelOp_ro\VectorRelOp_ro.cmd\r\nExpected: True\r\nActual: False`The text was updated successfully, but these errors were encountered: