diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2011-02-20 08:38:20 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2011-02-20 08:38:20 +0000 |
commit | 1a4021a2be4a59e9f9010776cb6f72107241aeb5 (patch) | |
tree | 59dce8a24541e969143618cc518550d6441863ce /test | |
parent | eafe863b6dc35f9ba5360685f300d16d0a5e0c3c (diff) | |
download | external_llvm-1a4021a2be4a59e9f9010776cb6f72107241aeb5.zip external_llvm-1a4021a2be4a59e9f9010776cb6f72107241aeb5.tar.gz external_llvm-1a4021a2be4a59e9f9010776cb6f72107241aeb5.tar.bz2 |
Teach RecursivelyDeleteDeadPHINodes to handle multiple self-references. Patch
by Andrew Clinton!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126077 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/Transforms/LoopStrengthReduce/pr2570.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Transforms/LoopStrengthReduce/pr2570.ll b/test/Transforms/LoopStrengthReduce/pr2570.ll index aafd24e..80efb9f 100644 --- a/test/Transforms/LoopStrengthReduce/pr2570.ll +++ b/test/Transforms/LoopStrengthReduce/pr2570.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -loop-reduce -S | grep {phi\\>} | count 10 +; RUN: opt < %s -loop-reduce -S | grep {phi\\>} | count 8 ; PR2570 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:32:32" |