mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 01:42:54 +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.