Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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) then we must be careful
- Loading branch information