about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorScott McMurray <scottmcm@users.noreply.github.com>2021-11-12 17:00:47 -0800
committerScott McMurray <scottmcm@users.noreply.github.com>2021-11-12 17:00:47 -0800
commit6323f928bf7676eb8af8230f01672f96fd9498c4 (patch)
tree133bc1c1320bf01c51bc5e046a930d3223d48a32 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parent14a2fd640e0df9ee8cc1e04280b0c3aff93c42da (diff)
downloadrust-6323f928bf7676eb8af8230f01672f96fd9498c4.tar.gz
rust-6323f928bf7676eb8af8230f01672f96fd9498c4.zip
Remove bigint_helper_methods for *signed* types
These are working well for *unsigned* types, for the the signed ones there are a bunch of questions about what the semantics and API should be.  And for the main "helpers for big integer implementations" use, there's no need for the signed versions anyway.

And there are plenty of other methods which exist for unsigned types but not signed ones, like `next_power_of_two`, so this isn't unusual.

Fixes 90541
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions