[PATCH] [Support] Add type generic bit utilities to MathExtras.h

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Wed May 22 21:24:16 PDT 2013



================
Comment at: include/llvm/Support/MathExtras.h:460
@@ -247,3 +459,3 @@
 
 /// CountTrailingZeros_32 - this function performs the platform optimal form of
 /// counting the number of zeros from the least significant bit to the first one
----------------
Can this be implemented with countTrailingZeros and deprecated?


http://llvm-reviews.chandlerc.com/D841



More information about the llvm-commits mailing list