This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from db16a7c44a9 BasicAA: aliasGEP shouldn't get a PartialAlias response her [...] new b22eff0ff63 [RISCV] Fix warning about unused getSubtargetFeatureName() new c9b3b5dd575 [KnownBits][ValueTracking] Move the math for calculating kn [...]
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Support/KnownBits.h | 4 ++ lib/Analysis/ValueTracking.cpp | 42 +---------------- lib/Support/CMakeLists.txt | 1 + lib/Support/KnownBits.cpp | 65 +++++++++++++++++++++++++++ lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp | 1 - 5 files changed, 71 insertions(+), 42 deletions(-) create mode 100644 lib/Support/KnownBits.cpp