This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d289ddd [WebAssembly] Fix some broken type encodings in wasm binary new 78dce25 [SCEV] Compute affine range in another way to avoid bitwidth [...] new 2360eb0 [LoopUnroll] Don't peel loops where the latch isn't the exiti [...]
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: lib/Analysis/ScalarEvolution.cpp | 139 +++++++++++++-------- lib/Transforms/Utils/LoopUnrollPeel.cpp | 7 ++ test/Analysis/ScalarEvolution/zext-wrap.ll | 4 + .../Transforms/LoopUnroll/peel-loop-irreducible.ll | 36 ++++++ 4 files changed, 137 insertions(+), 49 deletions(-) create mode 100644 test/Transforms/LoopUnroll/peel-loop-irreducible.ll