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

Handle mis-sized structs in ARM/64 PUTARG_STK codegen #69905

Merged

Commits on May 28, 2022

  1. Handle mis-sized structs for PUTARG_STK on ARM/64

    We will now generate a series of small loads as necessary
    to handle "remainderSize"s of 3, 5, 6 and 7.
    SingleAccretion committed May 28, 2022
    Configuration menu
    Copy the full SHA
    aaf61c3 View commit details
    Browse the repository at this point in the history
  2. Add tests

    SingleAccretion committed May 28, 2022
    Configuration menu
    Copy the full SHA
    78164a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d6a2bc View commit details
    Browse the repository at this point in the history