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

Properly check target_features not to trigger an assertion #89937

Merged
merged 4 commits into from
Oct 27, 2021

Commits on Oct 26, 2021

  1. Fix some typos

    JohnTitor committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    f5cbb9b View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary check for registers

    `is_clobber()` already checks if `reg` is a register and the both
    values should be the same.
    JohnTitor committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    630df7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd309e4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12647ea View commit details
    Browse the repository at this point in the history