This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 78409abb65e [APInt] Fix getBitsNeeded for INT_MIN values new e30b1c0c22a [IR][Patternmatch] Add m_SpecificInt_ULT() predicate new 40b63d7e123 [InstCombine] Shift amount reassociation (PR42391)
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/IR/PatternMatch.h | 14 +++++ lib/Transforms/InstCombine/InstCombineShifts.cpp | 48 +++++++++++++++++ .../InstCombine/shift-amount-reassociation.ll | 60 +++++----------------- unittests/IR/PatternMatch.cpp | 21 ++++++++ 4 files changed, 95 insertions(+), 48 deletions(-)