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/8.0] Arm64: Pass the small size accurately to emitIns_valid_imm_for_ldst_offset #92041

Merged
merged 5 commits into from
Sep 14, 2023

Commits on Sep 14, 2023

  1. Pass the right size to check if immediate will fit or not

    kunalspathak authored and github-actions committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    15210ce View commit details
    Browse the repository at this point in the history
  2. Revert "Pass the right size to check if immediate will fit or not"

    This reverts commit d7c511a.
    kunalspathak authored and github-actions committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    0172fc3 View commit details
    Browse the repository at this point in the history
  3. review feedback

    kunalspathak authored and github-actions committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    e18d28d View commit details
    Browse the repository at this point in the history
  4. fix the size to be passed to the instruction

    kunalspathak authored and github-actions committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3cf8a92 View commit details
    Browse the repository at this point in the history
  5. fix the assert

    kunalspathak authored and github-actions committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    2d83d82 View commit details
    Browse the repository at this point in the history