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] ARM64/X64 - Add IsVNNeverNegative #83694

Merged
merged 9 commits into from
Apr 4, 2023
Merged

Conversation

TIHan
Copy link
Member

@TIHan TIHan commented Mar 20, 2023

Resolves #83248

@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 Mar 20, 2023
@ghost ghost assigned TIHan Mar 20, 2023
@ghost
Copy link

ghost commented Mar 20, 2023

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

Issue Details

null

Author: TIHan
Assignees: TIHan
Labels:

area-CodeGen-coreclr

Milestone: -

@TIHan TIHan marked this pull request as ready for review March 31, 2023 22:13
@TIHan
Copy link
Member Author

TIHan commented Mar 31, 2023

@dotnet/jit-contrib This is ready. Diffs

// cc @AndyAyersMS

@TIHan TIHan merged commit 4f4fed0 into dotnet:main Apr 4, 2023
@ghost ghost locked as resolved and limited conversation to collaborators May 4, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[JIT] Recognize when length is never negative for Span<T>::.ctor(void*, int32)
4 participants