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

ILC: Assertion failed '(unsigned)reg < ArrLen(regMasks)' in '...' during 'Generate code' (IL size 6; hash 0x04901a61; FullOpts) #102715

Closed
MichalStrehovsky opened this issue May 27, 2024 · 2 comments · Fixed by #102760
Assignees
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Comments

@MichalStrehovsky
Copy link
Member

Native AOT ARM32 Linux outerloop runs are on the floor due to hitting asserts in RyuJIT: https://dev.azure.com/dnceng-public/public/_build/results?buildId=687421&view=results

This regression was introduced in #102592 (the outerloop run at the commit right before the PR was clean).

@MichalStrehovsky MichalStrehovsky added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label May 27, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label May 27, 2024
@kunalspathak
Copy link
Member

Will take a look

@kunalspathak kunalspathak self-assigned this May 27, 2024
@kunalspathak
Copy link
Member

It's odd that superpmi replay didn't catch these failures. We do have a collection for nativeaot, but probably collection pipeline also has some failures because of which we don't have the collection out there to test.

@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label May 29, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Jun 29, 2024
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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants