This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c6a8d322250 [Tests] Autogen the last lftr test new 66f0cce0527 [Tests] Start consolidating lftr tests into a single file new 4497208d414 [Test] Remove a bunch of cruft from a test new b0d16dea258 [Tests] More consolidation of lftr tests
The 3 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: .../IndVarSimplify/2012-07-17-lftr-undef.ll | 36 ---- test/Transforms/IndVarSimplify/lftr-other-uses.ll | 52 ------ .../IndVarSimplify/lftr-udiv-tripcount.ll | 46 ----- test/Transforms/IndVarSimplify/lftr-zext.ll | 41 ----- test/Transforms/IndVarSimplify/lftr.ll | 186 +++++++++++++++++++++ test/Transforms/IndVarSimplify/lftr_simple.ll | 39 ----- 6 files changed, 186 insertions(+), 214 deletions(-) delete mode 100644 test/Transforms/IndVarSimplify/2012-07-17-lftr-undef.ll delete mode 100644 test/Transforms/IndVarSimplify/lftr-other-uses.ll delete mode 100644 test/Transforms/IndVarSimplify/lftr-udiv-tripcount.ll delete mode 100644 test/Transforms/IndVarSimplify/lftr-zext.ll create mode 100644 test/Transforms/IndVarSimplify/lftr.ll delete mode 100644 test/Transforms/IndVarSimplify/lftr_simple.ll