This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 20c59f10e59 Hopefully one last commit to fix this patch, addresses stri [...] new 1e5158d3c88 [APInt] Add support for multiplying by a uint64_t. new b33f45017e9 [APInt] Take advantage of new operator*=(uint64_t) to remov [...] new ba36bcb1c10 [SCEV] Use APInt::operator*=(uint64_t) to avoid a temporary [...]
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 | 11 +++++++++++ lib/Analysis/ScalarEvolution.cpp | 3 +-- lib/Support/APInt.cpp | 16 +++++++++++----- unittests/ADT/APIntTest.cpp | 19 +++++++++++++++++++ 4 files changed, 42 insertions(+), 7 deletions(-)