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

Compute comparison masks in narrower types if possible #7392

Merged
merged 9 commits into from
Mar 25, 2023

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    7d4aa37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90a2652 View commit details
    Browse the repository at this point in the history
  3. Further elaborate on comment

    abadams committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    99d8d4f View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    00fecd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f04a1f View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. Configuration menu
    Copy the full SHA
    7a2e7f0 View commit details
    Browse the repository at this point in the history
  2. Lower signed saturating_add and sub to unsigned math

    The existing lowering was prone to overflow
    abadams committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    a7aa8cc View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    30144e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. cast -> reinterpret

    abadams committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    6f97a80 View commit details
    Browse the repository at this point in the history