[llvm] r362426 - [Tests] Add LFTR tests for multiple exit loops (try 2)
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 3 10:41:12 PDT 2019
Author: reames
Date: Mon Jun 3 10:41:12 2019
New Revision: 362426
URL: http://llvm.org/viewvc/llvm-project?rev=362426&view=rev
Log:
[Tests] Add LFTR tests for multiple exit loops (try 2)
(Recommit after fixing a keymash in the run line. Sorry for breakage.)
This is preparation for D62625 <https://reviews.llvm.org/D62625>
Added:
llvm/trunk/test/Transforms/IndVarSimplify/lftr-multi-exit.ll
- copied, changed from r362417, llvm/trunk/test/Transforms/IndVarSimplify/lftr-multi-exit.ll
Copied: llvm/trunk/test/Transforms/IndVarSimplify/lftr-multi-exit.ll (from r362417, llvm/trunk/test/Transforms/IndVarSimplify/lftr-multi-exit.ll)
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/IndVarSimplify/lftr-multi-exit.ll?p2=llvm/trunk/test/Transforms/IndVarSimplify/lftr-multi-exit.ll&p1=llvm/trunk/test/Transforms/IndVarSimplify/lftr-multi-exit.ll&r1=362417&r2=362426&rev=362426&view=diff
==============================================================================
--- llvm/trunk/test/Transforms/IndVarSimplify/lftr-multi-exit.ll (original)
+++ llvm/trunk/test/Transforms/IndVarSimplify/lftr-multi-exit.ll Mon Jun 3 10:41:12 2019
@@ -1,5 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
-; RUN: opt < %s -indvars -dce -S | FileCheck %
+; RUN: opt < %s -indvars -S | FileCheck %s
; This is a collection of tests specifically for LFTR of multiple exit loops.
; The actual LFTR performed is trivial so as to focus on the loop structure
; aspects.
More information about the llvm-commits
mailing list