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: Add a test around range check overflow #100820

Merged
merged 5 commits into from
Apr 11, 2024

Conversation

jakobbotsch
Copy link
Member

@jakobbotsch jakobbotsch commented Apr 9, 2024

Add a test that fails without the overflow check in range check.

Just a CI test to see if I can gain some insights into why this check is
necessary... Seemingly the range computation already accounts for
overflow.
@dotnet-issue-labeler dotnet-issue-labeler bot added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Apr 9, 2024
Copy link
Contributor

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

@jakobbotsch
Copy link
Member Author

/azp run runtime-coreclr jitstress, runtime-coreclr libraries-jitstress, runtime-coreclr outerloop

Copy link

Azure Pipelines successfully started running 3 pipeline(s).

@jakobbotsch jakobbotsch changed the title JIT: Disable range check overflow check JIT: Add a test around range check overflow Apr 11, 2024
@jakobbotsch jakobbotsch marked this pull request as ready for review April 11, 2024 17:53
@jakobbotsch
Copy link
Member Author

cc @dotnet/jit-contrib PTAL @EgorBo

@jakobbotsch jakobbotsch requested a review from EgorBo April 11, 2024 17:54
@jakobbotsch jakobbotsch merged commit e705ef5 into dotnet:main Apr 11, 2024
72 checks passed
@jakobbotsch jakobbotsch deleted the disable-overflow-check branch April 11, 2024 18:02
matouskozak pushed a commit to matouskozak/runtime that referenced this pull request Apr 30, 2024
Add a test that fails without the overflow check in range check.
@github-actions github-actions bot locked and limited conversation to collaborators May 12, 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 this pull request may close these issues.

2 participants