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

avoid IdxSets containing garbage above the universe length #49570

Merged
merged 1 commit into from
Apr 5, 2018

Commits on Apr 1, 2018

  1. avoid IdxSets containing garbage above the universe length

    This makes sure that all bits in each IdxSet between the universe length
    and the end of the word are all zero instead of being in an indeterminate state.
    
    This fixes a crash with RUST_LOG=rustc_mir, and is probably a good idea
    anyway.
    arielb1 committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    8f9ec1c View commit details
    Browse the repository at this point in the history