[all-commits] [llvm/llvm-project] 462b29: [APInt] Deprecate several functions
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Mar 5 22:48:43 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 462b29019b20cf7b25c68ec952b1f92930f5035d
https://github.com/llvm/llvm-project/commit/462b29019b20cf7b25c68ec952b1f92930f5035d
Author: Kazu Hirata <kazu at google.com>
Date: 2023-03-05 (Sun, 05 Mar 2023)
Changed paths:
M llvm/include/llvm/ADT/APInt.h
Log Message:
-----------
[APInt] Deprecate several functions
This patch deprecates:
- those functions that have been soft-deprecated
- countPopulation
Note that I've already migrated away from all known uses of these
functions.
Differential Revision: https://reviews.llvm.org/D144423
More information about the All-commits
mailing list