diff options
author | Dan Gohman <gohman@apple.com> | 2009-07-14 01:37:59 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-07-14 01:37:59 +0000 |
commit | 0df6e09d43d6d733555a10d22572ddb0006e7d23 (patch) | |
tree | 4f3d6d05529e7ec08a8a52ce1174bda6cad1f98a /test/Transforms/IndVarSimplify/loop_evaluate9.ll | |
parent | 6084326c3c39e65f1ce42099296571334d653c88 (diff) | |
download | external_llvm-0df6e09d43d6d733555a10d22572ddb0006e7d23.zip external_llvm-0df6e09d43d6d733555a10d22572ddb0006e7d23.tar.gz external_llvm-0df6e09d43d6d733555a10d22572ddb0006e7d23.tar.bz2 |
Update LoopSimplify and LoopUnswitch to use the new makeLoopInvariant
function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75584 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Transforms/IndVarSimplify/loop_evaluate9.ll')
-rw-r--r-- | test/Transforms/IndVarSimplify/loop_evaluate9.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Transforms/IndVarSimplify/loop_evaluate9.ll b/test/Transforms/IndVarSimplify/loop_evaluate9.ll index 5a7a859..8310038 100644 --- a/test/Transforms/IndVarSimplify/loop_evaluate9.ll +++ b/test/Transforms/IndVarSimplify/loop_evaluate9.ll @@ -1,6 +1,6 @@ ; RUN: llvm-as < %s | opt -indvars | llvm-dis > %t -; RUN: grep {\[%\]tmp5.lcssa = phi i8 \\\[ 63, \[%\]cc70a02__complex_integers__Oadd.153.exit.i \\\]} %t -; RUN: grep {\[%\]tmp4.lcssa = phi i8 \\\[ -28, \[%\]cc70a02__complex_integers__Oadd.153.exit.i \\\]} %t +; RUN: grep {\[%\]tmp7 = icmp eq i8 -28, -28} %t +; RUN: grep {\[%\]tmp8 = icmp eq i8 63, 63} %t ; PR4477 ; Indvars should compute the exit values in loop. |