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

Sema: add missing coercion to bool for condbr_inline #21422

Merged
merged 1 commit into from
Oct 28, 2024

Commits on Oct 27, 2024

  1. Sema: add missing coercion to bool for condbr_inline

    Also, start using labeled switch statements when dispatching
    maybe-runtime instructions like condbr to comptime-only variants like
    condbr_inline.
    
    This can't be merged until we get a zig1.wasm update due to ziglang#21385.
    
    Resolves: ziglang#21405
    mlugg committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    27ac46a View commit details
    Browse the repository at this point in the history