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

JIT: Redundant bounds check is not eliminated #109677

Open
19 tasks
EgorBo opened this issue Nov 10, 2024 · 4 comments
Open
19 tasks

JIT: Redundant bounds check is not eliminated #109677

EgorBo opened this issue Nov 10, 2024 · 4 comments
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone

Comments

@EgorBo
Copy link
Member

EgorBo commented Nov 10, 2024

A tracking issue to link all cases currently not optimized by RyuJIT around bounds checking. Contributes to #94941

Checks inside loops

Multidimensional arrays

Miscellaneous

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Nov 10, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Nov 10, 2024
@EgorBo EgorBo added area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI and removed untriaged New issue has not been triaged by the area owner needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Nov 10, 2024
@EgorBo EgorBo added this to the Future milestone Nov 10, 2024
Copy link
Contributor

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

@neon-sunset
Copy link
Contributor

Not sure if the issue #109043 belongs here too since it does not go through normal bounds check but otherwise seems related.

@MichalPetryka
Copy link
Contributor

This should also include reverse loops, iterating over multiple collections at once and non 1 increments.

@EgorBo
Copy link
Member Author

EgorBo commented Nov 10, 2024

Not sure if the issue #109043 belongs here too since it does not go through normal bounds check but otherwise seems related.

I think it indeed duplicates #80256
We're going to close/merge some of these issues as duplicates

This should also include reverse loops, iterating over multiple collections at once and non 1 increments.

It's in the list already - #9505

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Projects
None yet
Development

No branches or pull requests

3 participants