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

Do not assume anything about the top bits in llvm intrinsics receiving i8/i16 values #4865

Merged
merged 1 commit into from
Jan 19, 2017

Commits on Jan 17, 2017

  1. do not assume anything about the top bits in llvm intrinsics receivin…

    …g i8/i16 values - while normally we can assume that the top bits are clear due to how LLVM creates the call, if the call is an ffi or constructed in a non-clang way (see rust-lang/rust#39119 - rust emits a negative constant i8 -1 instead of clang's i8 255) then we must be careful
    kripken committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    49f4f80 View commit details
    Browse the repository at this point in the history