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

Normalize function type during validation #78969

Merged
merged 2 commits into from
Nov 15, 2020
Merged

Commits on Nov 12, 2020

  1. Normalize function type during validation

    During inlining, the callee body is normalized and has types revealed,
    but some of locals corresponding to the arguments might come from the
    caller body which is not. As a result the caller body does not pass
    validation without additional normalization.
    tmiasko committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    d486bfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    99be78d View commit details
    Browse the repository at this point in the history