diff options
| author | Andrew Trick <atrick@apple.com> | 2011-09-13 01:59:32 +0000 |
|---|---|---|
| committer | Andrew Trick <atrick@apple.com> | 2011-09-13 01:59:32 +0000 |
| commit | 3de5b8e4c19104f245dfd95ff808de9c9fcb2f60 (patch) | |
| tree | ed4ee0c2e518060f12df68ac9d21be40f8e3945b /llvm/test/Transforms/IndVarSimplify | |
| parent | 40ddfedd6c1c9bc704a08d7cd688869a60284efc (diff) | |
| download | bcm5719-llvm-3de5b8e4c19104f245dfd95ff808de9c9fcb2f60.tar.gz bcm5719-llvm-3de5b8e4c19104f245dfd95ff808de9c9fcb2f60.zip | |
[indvars] Fix bugs in floating point IV range checks noticed by inspection.
llvm-svn: 139574
Diffstat (limited to 'llvm/test/Transforms/IndVarSimplify')
| -rw-r--r-- | llvm/test/Transforms/IndVarSimplify/floating-point-iv.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/Transforms/IndVarSimplify/floating-point-iv.ll b/llvm/test/Transforms/IndVarSimplify/floating-point-iv.ll index 8f4b87048a4..e334f069b81 100644 --- a/llvm/test/Transforms/IndVarSimplify/floating-point-iv.ll +++ b/llvm/test/Transforms/IndVarSimplify/floating-point-iv.ll @@ -67,7 +67,8 @@ bb: ; preds = %bb, %entry return: ret void ; CHECK: @test4 -; CHECK: fcmp +; CHECK-NOT: cmp +; CHECK: br i1 false } ; PR6761 @@ -84,9 +85,8 @@ define void @test5() nounwind { exit: ret void - + ; CHECK: @test5 ; CHECK: icmp eq i32 {{.*}}, 10 ; CHECK-NEXT: br i1 } - |

