This patch deprecates:
- those functions that have been soft-deprecated
- count{Leading,Trailing}{Zero,Ones}
- countPopulation
Note that I've already migrated away from all known uses of these
functions.
Paths
| Differential D144423
[APInt] Deprecate several functions ClosedPublic Authored by kazu on Feb 20 2023, 12:08 PM.
Details
Summary This patch deprecates:
Note that I've already migrated away from all known uses of these
Diff Detail
Event TimelineComment Actions These functions are obscure and don't seem to have much use, so I think they can just be removed. You may wait a bit for my patch to migrate away https://github.com/tensorflow/mlir-hlo/blob/master/mhlo/IR/hlo_ops.cc This revision is now accepted and ready to land.Feb 20 2023, 12:44 PM This revision was landed with ongoing or failed builds.Mar 5 2023, 10:48 PM Closed by commit rG462b29019b20: [APInt] Deprecate several functions (authored by kazu). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 502521 llvm/include/llvm/ADT/APInt.h
|
I think this is a way worse name