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

Add methods for creating/checking for poison values. #431

Merged
merged 4 commits into from
Aug 25, 2023

Commits on Aug 15, 2023

  1. Add methods for creating/checking for poison values.

    This patch adds `get_poison()` methods to `*Type`, as well as
    `is_poison()` methods to `*Value`, implemented almost identically to the
    corresponding `get_undef()`/`is_undef()` methods. This is particularly
    useful for operations on vector types, as the use of `poison` for
    masks, shuffles, and inserts is idiomatic.
    tylanphear committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    7d8795b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    4b7ac80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    358d1d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

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