[PATCH] D144423: [APInt] Deprecate several functions

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 20 13:02:57 PST 2023


xbolva00 added inline comments.


================
Comment at: llvm/include/llvm/ADT/APInt.h:1589
   ///
   /// This function is an APInt version of the countr_zero. It counts the number
   /// of zeros from the least significant bit to the first set bit.
----------------
This function is an APInt version of the std::countr_zero.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144423/new/

https://reviews.llvm.org/D144423



More information about the llvm-commits mailing list