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

Enregister multireg lclVars #36862

Merged
merged 10 commits into from
Jun 11, 2020
Merged

Commits on Jun 10, 2020

  1. Enregister multireg lclVars

    Allow struct lclVars that are returned in multiple registers to be
    enregistered, as long as the fields are a match for the registers.
    
    Fix dotnet#34105
    CarolEidt committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    2818bd7 View commit details
    Browse the repository at this point in the history
  2. Bug fix and PR feedback

    Undo change to `fgMorphBlkNode()`
    CarolEidt committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    97c318e View commit details
    Browse the repository at this point in the history
  3. Consume/reload/copy multi-reg lclVar uses separately

    Extract common code for `genMultiRegStoreToLocal`
    Fix last use for multireg when extending lifetimes
    Fix call dump
    CarolEidt committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    a9cea3d View commit details
    Browse the repository at this point in the history
  4. More PR feedback

    CarolEidt committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    e1c14ae View commit details
    Browse the repository at this point in the history
  5. More PR feedback

    CarolEidt committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    594c08e View commit details
    Browse the repository at this point in the history
  6. JitStressRegs fixes

    CarolEidt committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    9ff1aa0 View commit details
    Browse the repository at this point in the history
  7. Fix merge error

    CarolEidt committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    6e00497 View commit details
    Browse the repository at this point in the history
  8. Formatting

    CarolEidt committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    694404e View commit details
    Browse the repository at this point in the history
  9. Another jitStressRegs fix

    CarolEidt committed Jun 10, 2020
    Configuration menu
    Copy the full SHA
    cf4f3d5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    90f1990 View commit details
    Browse the repository at this point in the history