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

Conversation

CarolEidt
Copy link

My recent fix broke the DYN_BLK case. In addition to checking that types match, we still need to check that the sizes match.

This was caught by desktop testing. The test cases are somewhat complex, so I created a smaller repro.

@CarolEidt
Copy link
Author

@BruceForstall @dotnet/jit-contrib PTAL

#ifndef LEGACY_BACKEND
effectiveVal = lclNode;
needsIndirection = false;
JITDUMP("Replacing block node with lclVar");

Choose a reason for hiding this comment

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

nit: the JITDUMP needs a trailing newline \n

My recent fix broke the `DYN_BLK` case. In addition to checking that types match, we *still* need to check that the sizes match.

This was caught by desktop testing. The test cases are somewhat complex, so I created a smaller repro.
@CarolEidt CarolEidt merged commit 20010ab into dotnet:master Jan 11, 2018
@CarolEidt CarolEidt deleted the FixObj branch January 11, 2018 19:08
@briansull
Copy link

The previous fix was PR #15726

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants