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

spirv: lower get_union_tag #15748

Merged
merged 2 commits into from
May 20, 2023
Merged

spirv: lower get_union_tag #15748

merged 2 commits into from
May 20, 2023

Commits on May 20, 2023

  1. spirv: lower get_union_tag

    alichraghi committed May 20, 2023
    Configuration menu
    Copy the full SHA
    fedc9a1 View commit details
    Browse the repository at this point in the history
  2. spirv: don't generate union tag type if it doesnt exist

    Previously the tag type was generated even if it was nonexistant,
    triggering an assertion that an integer type should never have
    zero bits. Now its only generated when the tag type is actually emitted.
    Snektron authored and alichraghi committed May 20, 2023
    Configuration menu
    Copy the full SHA
    d7ddaf6 View commit details
    Browse the repository at this point in the history