[all-commits] [llvm/llvm-project] 4b3ea3: [ValueTracking] Convert isKnownNonNegative() to us...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Nov 29 01:53:12 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b3ea337ad188d5c3ff05bf64cc61c3355e66376
https://github.com/llvm/llvm-project/commit/4b3ea337ad188d5c3ff05bf64cc61c3355e66376
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
M llvm/include/llvm/Analysis/ValueTracking.h
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
M llvm/lib/Transforms/InstCombine/InstCombineMulDivRem.cpp
M llvm/lib/Transforms/Scalar/LICM.cpp
M llvm/lib/Transforms/Scalar/NaryReassociate.cpp
Log Message:
-----------
[ValueTracking] Convert isKnownNonNegative() to use SimplifyQuery (NFC)
More information about the All-commits
mailing list