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

via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 29 06:43:14 PST 2024


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

Should this FIXME and the `ctzimax(uintmax_t)` one below be removed?

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


More information about the cfe-commits mailing list