[clang] [clang] Implement __builtin_{clzg,ctzg} (PR #83431)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 29 14:55:57 PST 2024


================
@@ -662,6 +662,12 @@ def Clz : Builtin, BitShort_Int_Long_LongLongTemplate {
 
 // FIXME: Add int clzimax(uintmax_t)
----------------
efriedma-quic wrote:

Probably; it's unlikely we're going to add them at this point.

https://github.com/llvm/llvm-project/pull/83431


More information about the cfe-commits mailing list