[PATCH] D144423: [APInt] Deprecate several functions

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 5 22:36:38 PST 2023


kazu marked 4 inline comments as done.
kazu added inline comments.


================
Comment at: llvm/include/llvm/ADT/APInt.h:1559
 
+  LLVM_DEPRECATED("use countl_zero instead", "countl_zero")
   unsigned countLeadingZeros() const { return countl_zero(); }
----------------
arsenm wrote:
> I think this is a way worse name
OK.  I am not deprecating this function for now.


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