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

Fix link bug in insnCodeGen::loadImmIntoReg on aarch64 #1405

Merged
merged 3 commits into from
Apr 4, 2023

Commits on Apr 3, 2023

  1. Fix link bug in insnCodeGen::loadImmIntoReg on aarch64

    The function template has a separate declaration and "definition" AND is
    called from translation units where neither is located. This only happens
    to work correctly when the TUs are linked in a specific order.
    hainest committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    91c7676 View commit details
    Browse the repository at this point in the history
  2. Remove assert

    The value is now always positive.
    hainest committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    c1a67c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22e17bf View commit details
    Browse the repository at this point in the history