Skip to content
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

VectorDot test failes in codegen #88704

Closed
tannergooding opened this issue Jul 11, 2023 · 1 comment · Fixed by #88712
Closed

VectorDot test failes in codegen #88704

tannergooding opened this issue Jul 11, 2023 · 1 comment · Fixed by #88712
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs bug

Comments

@tannergooding
Copy link
Member

19:49:28.347 Running test: JIT/SIMD/VectorDot_ro/VectorDot_ro.dll

Assert failure(PID 5812 [0x000016b4], Thread: 5272 [0x1498]): Assertion failed 'varTypeUsesIntReg(targetType) || (emitTypeSize(targetType) == emitTypeSize(op1Type))' in 'VectorTest:TestEntryPoint():int' during 'Generate code' (IL size 503; hash 0x9bbcab36; FullOpts)

    File: D:\a\_work\1\s\src\coreclr\jit\codegenxarch.cpp Line: 5107
    Image: C:\h\w\A7B3093D\p\corerun.exe
@tannergooding tannergooding added bug area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs labels Jul 11, 2023
@tannergooding tannergooding self-assigned this Jul 11, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Jul 11, 2023
@ghost
Copy link

ghost commented Jul 11, 2023

Tagging subscribers to this area: @JulieLeeMSFT, @jakobbotsch
See info in area-owners.md if you want to be subscribed.

Issue Details
19:49:28.347 Running test: JIT/SIMD/VectorDot_ro/VectorDot_ro.dll

Assert failure(PID 5812 [0x000016b4], Thread: 5272 [0x1498]): Assertion failed 'varTypeUsesIntReg(targetType) || (emitTypeSize(targetType) == emitTypeSize(op1Type))' in 'VectorTest:TestEntryPoint():int' during 'Generate code' (IL size 503; hash 0x9bbcab36; FullOpts)

    File: D:\a\_work\1\s\src\coreclr\jit\codegenxarch.cpp Line: 5107
    Image: C:\h\w\A7B3093D\p\corerun.exe
Author: tannergooding
Assignees: tannergooding
Labels:

bug, area-CodeGen-coreclr, blocking-outerloop

Milestone: -

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jul 12, 2023
@ghost ghost removed in-pr There is an active PR which will close this issue when it is merged untriaged New issue has not been triaged by the area owner labels Jul 13, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Aug 13, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI blocking-outerloop Blocking the 'runtime-coreclr outerloop' and 'runtime-libraries-coreclr outerloop' runs bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant