[all-commits] [llvm/llvm-project] 5e111e: Migrate away from the soft-deprecated functions in...

kazutakahirata via All-commits all-commits at lists.llvm.org
Mon Feb 20 00:58:43 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5e111eb275eee3bec1123b4b85606328017e5ee5
      https://github.com/llvm/llvm-project/commit/5e111eb275eee3bec1123b4b85606328017e5ee5
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/source/Utility/Scalar.cpp
    M llvm/unittests/ADT/APIntTest.cpp
    M llvm/unittests/IR/ConstantRangeTest.cpp
    M polly/unittests/Isl/IslTest.cpp

  Log Message:
  -----------
  Migrate away from the soft-deprecated functions in APInt.h (NFC)

Note that those functions on the left hand side are soft-deprecated in
favor of those on the right hand side:

  getMinSignedBits -> getSignificantBits
  getNullValue     -> getZero
  isNullValue      -> isZero
  isOneValue       -> isOne




More information about the All-commits mailing list