This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1a0f861c749 Disable all warning for AlignOfTest.cpp. new e57d4f53f84 [InstCombine] Fix two asserts that were accidentally checki [...] new eb370b47577 [InstCombine][InstSimplify] Use APInt::isNullValue/isOneVal [...] new 5d4bfc7c8bb [APInt] Fix the documentation for isOneValue. NFC
The 3 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/ADT/APInt.h | 5 +- include/llvm/IR/PatternMatch.h | 2 +- lib/Analysis/InstructionSimplify.cpp | 12 ++-- lib/Transforms/InstCombine/InstCombineAddSub.cpp | 7 ++- lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 21 +++---- lib/Transforms/InstCombine/InstCombineCalls.cpp | 4 +- lib/Transforms/InstCombine/InstCombineCasts.cpp | 8 +-- lib/Transforms/InstCombine/InstCombineCompares.cpp | 70 ++++++++++++---------- .../InstCombine/InstCombineMulDivRem.cpp | 2 +- lib/Transforms/InstCombine/InstCombineSelect.cpp | 4 +- .../InstCombine/InstCombineSimplifyDemanded.cpp | 8 +-- 11 files changed, 74 insertions(+), 69 deletions(-)