[all-commits] [llvm/llvm-project] 397265: [llvm] Use APInt::isAllOnes instead of isAllOnesVa...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Feb 19 23:35:53 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 397265d88f2200220f6b98f320826f7d5fc3d038
https://github.com/llvm/llvm-project/commit/397265d88f2200220f6b98f320826f7d5fc3d038
Author: Kazu Hirata <kazu at google.com>
Date: 2023-02-19 (Sun, 19 Feb 2023)
Changed paths:
M llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
M llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp
Log Message:
-----------
[llvm] Use APInt::isAllOnes instead of isAllOnesValue (NFC)
Note that isAllOnesValue has been soft-deprecated in favor of
isAllOnes.
More information about the All-commits
mailing list