[PATCH] D125558: [APInt] Deprecate truncOrSelf, zextOrSelf and sextOrSelf

Chris Lattner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 13 10:54:26 PDT 2022


lattner accepted this revision.
lattner added a comment.
This revision is now accepted and ready to land.

This is great in concept but I think we have macros to deprecate things in compiler.h, please also make sure all in tree uses are removed before landing this.  Are there any APInt docs or comments that need to be updated?  Are you keeping APSInt in sync as well?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125558



More information about the llvm-commits mailing list