This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 125c8f987dd [DAGCombiner] Fold 0 div/rem X to 0 new ea1119a1f58 [InstSimplify] add tests for fcmp and known positive; NFC new 2f9c8a0c1d8 [LoopUnroll] allow customization for new-pass-manager versi [...]
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/Transforms/Scalar/LoopUnrollPass.h | 60 ++++++++++- lib/Passes/PassBuilder.cpp | 2 +- lib/Passes/PassRegistry.def | 1 + lib/Transforms/Scalar/LoopUnrollPass.cpp | 21 ++-- .../InstSimplify/floating-point-compare.ll | 120 +++++++++++++++++---- test/Transforms/LoopUnroll/peel-loop.ll | 2 + test/Transforms/LoopUnroll/runtime-loop.ll | 34 +++++- 7 files changed, 204 insertions(+), 36 deletions(-)