[all-commits] [llvm/llvm-project] 80fa5a: [ValueTracking] Use SimplifyQuery in haveNoCommonB...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Oct 10 02:40:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80fa5a6377c44b3e78cddbe43abb79d209abc7e5
https://github.com/llvm/llvm-project/commit/80fa5a6377c44b3e78cddbe43abb79d209abc7e5
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M llvm/include/llvm/Analysis/ValueTracking.h
M llvm/lib/Analysis/ScalarEvolution.cpp
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/Transforms/InstCombine/InstCombineAddSub.cpp
M llvm/lib/Transforms/InstCombine/InstCombineInternal.h
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
M llvm/lib/Transforms/InstCombine/InstCombineNegator.cpp
M llvm/lib/Transforms/Scalar/Reassociate.cpp
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
Log Message:
-----------
[ValueTracking] Use SimplifyQuery in haveNoCommonBitsSet() (NFC)
Pass SimplifyQuery instead of unpacked list of arguments.
More information about the All-commits
mailing list