[all-commits] [llvm/llvm-project] b7ffd9: Use APInt::getAllOnes instead of APInt::getAllOnes...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Feb 19 22:54:37 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7ffd9686ddf6bc4d8006f76acd55ac0a43a8ec7
https://github.com/llvm/llvm-project/commit/b7ffd9686ddf6bc4d8006f76acd55ac0a43a8ec7
Author: Kazu Hirata <kazu at google.com>
Date: 2023-02-19 (Sun, 19 Feb 2023)
Changed paths:
M llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
M mlir/lib/Conversion/SCFToOpenMP/SCFToOpenMP.cpp
M mlir/lib/Dialect/Arith/IR/InferIntRangeInterfaceImpls.cpp
M mlir/lib/Dialect/Index/IR/InferIntRangeInterfaceImpls.cpp
Log Message:
-----------
Use APInt::getAllOnes instead of APInt::getAllOnesValue (NFC)
Note that getAllOnesValue has been soft-deprecated in favor of
getAllOnes.
More information about the All-commits
mailing list