[all-commits] [llvm/llvm-project] 9e5d24: Use APInt::isOne instead of APInt::isOneValue (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Sun Feb 19 23:06:50 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9e5d2495acbcc20efa22759c4b7b4a2da8079eef
      https://github.com/llvm/llvm-project/commit/9e5d2495acbcc20efa22759c4b7b4a2da8079eef
  Author: Kazu Hirata <kazu at google.com>
  Date:   2023-02-19 (Sun, 19 Feb 2023)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
    M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
    M mlir/lib/Dialect/ControlFlow/IR/ControlFlowOps.cpp
    M mlir/lib/Dialect/SCF/IR/SCF.cpp
    M mlir/lib/Dialect/Vector/Transforms/VectorTransforms.cpp
    M mlir/lib/IR/BuiltinAttributes.cpp

  Log Message:
  -----------
  Use APInt::isOne instead of APInt::isOneValue (NFC)

Note that isOneValue has been soft-deprecated in favor of isOne.




More information about the All-commits mailing list