This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8ec8c66e716 AMDGPU/GlobalISel: Increase max legal size to 1024 new dbfbe60dac6 [IndVars] An implementation of loop predication without a n [...] new b821fa8973e [ReleaseProcess] Document requirement to set MACOSX_DEPLOYM [...]
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: docs/ReleaseProcess.rst | 3 + lib/Transforms/Scalar/IndVarSimplify.cpp | 150 +++- test/Transforms/IndVarSimplify/loop-predication.ll | 790 +++++++++++++++++++++ 3 files changed, 931 insertions(+), 12 deletions(-) create mode 100644 test/Transforms/IndVarSimplify/loop-predication.ll