mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +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.