[all-commits] [llvm/llvm-project] 4a05ed: [llvm] Use APInt::getZero instead of APInt::getNul...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Feb 19 22:42:16 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a05edd410a42cffc4be574d1fcc5c345db204e8
https://github.com/llvm/llvm-project/commit/4a05edd410a42cffc4be574d1fcc5c345db204e8
Author: Kazu Hirata <kazu at google.com>
Date: 2023-02-19 (Sun, 19 Feb 2023)
Changed paths:
M llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
M llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
M llvm/lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Transforms/Scalar/CorrelatedValuePropagation.cpp
M mlir/lib/Conversion/SCFToOpenMP/SCFToOpenMP.cpp
Log Message:
-----------
[llvm] Use APInt::getZero instead of APInt::getNullValue (NFC)
Note that APInt::getNullValue has been soft-deprecated in favor of
APInt::getZero.
More information about the All-commits
mailing list