This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 68b5d4b666e docs: Add some links to OSS Fuzz new e1cafb1775d [SimplifyIndVar] Replace IVUsers with loop invariant whenev [...]
The 1 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/Transforms/Utils/SimplifyIndVar.h | 3 +- lib/Transforms/Scalar/IndVarSimplify.cpp | 3 +- lib/Transforms/Utils/SimplifyIndVar.cpp | 86 +++++++++++++-------- test/Transforms/IndVarSimplify/constant-fold-1.ll | 39 ---------- .../replace-iv-with-loop-invariant.ll | 88 ++++++++++++++++++++++ 5 files changed, 146 insertions(+), 73 deletions(-) delete mode 100644 test/Transforms/IndVarSimplify/constant-fold-1.ll create mode 100644 test/Transforms/IndVarSimplify/replace-iv-with-loop-invariant.ll