Skip to content

Conversation

@CarolEidt
Copy link
Contributor

Fix #1241

@danmoseley danmoseley added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Jan 3, 2020
@CarolEidt
Copy link
Contributor Author

@dotnet/jit-contrib PTAL

Copy link
Contributor

@briansull briansull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved - With one comment to update

#if LOCAL_ASSERTION_PROP
// Kill everything about destLclNum (and its field locals)
if (optLocalAssertionProp)
// Kill everything about destLclNum (and its field locals)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

destLclNum => modifiedLclNum

@CarolEidt
Copy link
Contributor Author

Merging without waiting for new CI round (last commit was comment-only)

@CarolEidt CarolEidt merged commit b0ac709 into dotnet:master Jan 7, 2020
@CarolEidt CarolEidt deleted the Fix1241 branch January 7, 2020 16:24
@ghost ghost locked as resolved and limited conversation to collaborators Dec 11, 2020
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.

Recreating struct containing System.Numerics vectors in loop and setting array element causes data loss

4 participants