This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 558d668 [InstCombine] clean up foldICmpDivConstant; NFCI new 298afcc Add StringRef::contains() new bb0403b Add StringRef::take_front and StringRef::take_back new f097e13 [InstCombine] replace divide-by-constant checks with asserts; 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/ArrayRef.h | 32 ++++++++++++++++ include/llvm/ADT/StringRef.h | 27 ++++++++++++++ lib/Transforms/InstCombine/InstCombineCompares.cpp | 35 ++++++++---------- test/Transforms/InstSimplify/undef.ll | 17 ++++++++- unittests/ADT/ArrayRefTest.cpp | 14 +++++++ unittests/ADT/StringRefTest.cpp | 43 ++++++++++++++++++++++ 6 files changed, 148 insertions(+), 20 deletions(-)