Skip to content

[JIT] ARM64/X64 - Add IsVNNeverNegative#83694

Merged
TIHan merged 9 commits intodotnet:mainfrom
TIHan:vn-is-never-negative
Apr 4, 2023
Merged

[JIT] ARM64/X64 - Add IsVNNeverNegative#83694
TIHan merged 9 commits intodotnet:mainfrom
TIHan:vn-is-never-negative

Conversation

@TIHan
Copy link
Contributor

@TIHan TIHan commented Mar 20, 2023

Resolves #83248

@ghost ghost 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
Contributor Author

TIHan commented Mar 31, 2023

@dotnet/jit-contrib This is ready. Diffs

// cc @AndyAyersMS

TIHan and others added 2 commits April 3, 2023 12:32
Co-authored-by: Bruce Forstall <brucefo@microsoft.com>
@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