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

[release/6.0] Fix gtCloneExpr when cloning during R2R compilation a GT_ALLOCOBJ node #59421

Closed
wants to merge 3 commits into from

Commits on Sep 21, 2021

  1. Fix gtCloneExpr when cloning during R2R compilation a GT_ALLOCOBJ nod…

    …e - Without this fix cloned expressions with allocations will fail - This is most common in profile guided code around devirtualization, but I believe it can occur in other where gtCloneExpr is used - Symptom of the failure is a compilation failure during crossgen2
    davidwrighton authored and github-actions committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    91bc7f8 View commit details
    Browse the repository at this point in the history
  2. Jit formatting

    davidwrighton authored and github-actions committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    f690b7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bfe757 View commit details
    Browse the repository at this point in the history