[all-commits] [llvm/llvm-project] a7baaa: Use APInt::isZero instead of APInt::isNulLValue (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Feb 19 22:24:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a7baaab9526bd928aff37455b7b65ed523ea36e1
https://github.com/llvm/llvm-project/commit/a7baaab9526bd928aff37455b7b65ed523ea36e1
Author: Kazu Hirata <kazu at google.com>
Date: 2023-02-19 (Sun, 19 Feb 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86TargetTransformInfo.cpp
M mlir/lib/Dialect/Arith/IR/ArithOps.cpp
M mlir/lib/Dialect/LLVMIR/IR/LLVMDialect.cpp
M mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
M mlir/lib/Dialect/Shape/IR/Shape.cpp
Log Message:
-----------
Use APInt::isZero instead of APInt::isNulLValue (NFC)
Note that APInt::isNullValue has been soft-deprecated in favor of
APInt::isZero.
More information about the All-commits
mailing list