This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from de61763a6d4 [ADT] Avoid warning in bsearch testcase new e886e07a6e3 [IndVarSimplify] Add tests for PR31181; NFC new f925f4a471b [IndVarSimplify] Generate full checks for some LFTR tests; NFC
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: .../Transforms/IndVarSimplify/lftr-extend-const.ll | 30 ++- test/Transforms/IndVarSimplify/lftr-promote.ll | 61 ++++-- test/Transforms/IndVarSimplify/lftr-reuse.ll | 208 +++++++++++++++------ .../IndVarSimplify/lftr-udiv-tripcount.ll | 29 ++- test/Transforms/IndVarSimplify/lftr-zext.ll | 47 +++-- test/Transforms/IndVarSimplify/lftr_disabled.ll | 40 ++-- test/Transforms/IndVarSimplify/lftr_simple.ll | 39 ++-- test/Transforms/IndVarSimplify/pr31181.ll | 152 +++++++++++++++ 8 files changed, 478 insertions(+), 128 deletions(-) create mode 100644 test/Transforms/IndVarSimplify/pr31181.ll