Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Fix incorrect test of structSize during struct promotion#11049

Merged
briansull merged 1 commit intodotnet:masterfrom
briansull:fixMaxOffset
Apr 19, 2017
Merged

Fix incorrect test of structSize during struct promotion#11049
briansull merged 1 commit intodotnet:masterfrom
briansull:fixMaxOffset

Conversation

@briansull
Copy link

Fixes the desktop test Crossgen NI and Ngen NI validation

For the Desktop build of crossgen FEATURE_SIMD is not defined so under desktop crossgen we would not struct promote a struct of size 32 (4 pointer sized fields).

For other builds FEATURE_SIMD is defined so we would allow struct promote of struct up to 63 bytes.
With this change we can struct promote a 64 byte struct with 4 SIMD fields.

Fixes the desktop test Crossgen NI and Ngen NI validation
@BruceForstall
Copy link

@dotnet-bot test Tizen armel Cross Release Build

@BruceForstall
Copy link

@dotnet/jit-contrib

@briansull briansull merged commit 5a0f512 into dotnet:master Apr 19, 2017
@karelz karelz modified the milestone: 2.0.0 Aug 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants