This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 000ce77fe68 Simplify the processFixupValue interface. NFC. new 5ce61b02c5d [Analysis][Transforms] Use commutable matchers instead of m [...] new 252bb20161e [ValueTracking][InstCombine] Use m_Shr instead m_CombineOr( [...] new 62d0b2c9b64 [IR][AssumptionCache] Add m_Shift and m_BitwiseLogic matche [...]
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/IR/Instruction.h | 7 +++- include/llvm/IR/PatternMatch.h | 41 ++++++++++++++++++++++ lib/Analysis/AssumptionCache.cpp | 11 ++---- lib/Analysis/InstructionSimplify.cpp | 6 ++-- lib/Analysis/ValueTracking.cpp | 7 ++-- lib/Transforms/InstCombine/InstCombineCompares.cpp | 3 +- lib/Transforms/InstCombine/InstCombineShifts.cpp | 3 +- lib/Transforms/Utils/LoopUtils.cpp | 3 +- 8 files changed, 56 insertions(+), 25 deletions(-)