This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 40bfd6fe1ec [PatternMatch] Handle undef vectors consistently new 4974f8f5951 [APInt] Add methods for saturated add and sub new 2739f4e8fdd [LoopSink] Add preheader to alias set
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/ADT/APInt.h | 6 ++++++ lib/Support/APInt.cpp | 36 +++++++++++++++++++++++++++++++ lib/Transforms/Scalar/LoopSink.cpp | 1 + test/Transforms/LICM/loopsink-pr39695.ll | 37 ++++++++++++++++++++++++++++++++ unittests/ADT/APIntTest.cpp | 24 +++++++++++++++++++++ 5 files changed, 104 insertions(+) create mode 100644 test/Transforms/LICM/loopsink-pr39695.ll