mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 17:18:32 +03:00
dd6e4a9206
Unify LLVM ctlz/cttz intrinsic generation The type signature for `llvm.ctlz` is the same as the one for `llvm.cttz`, which enables a small simplification.