summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopSimplify
diff options
context:
space:
mode:
authorMax Kazantsev <max.kazantsev@azul.com>2018-04-26 02:07:40 +0000
committerMax Kazantsev <max.kazantsev@azul.com>2018-04-26 02:07:40 +0000
commit2c287ec9c576b9a12fc0fca3b92b797fa204ec2a (patch)
treedbf3bedc44d5202ce762a6eab24c251c58d0d4e1 /llvm/test/Transforms/LoopSimplify
parentb774c3c0e584be4c3dd1a4f61c1e5cd7a84f2c25 (diff)
downloadbcm5719-llvm-2c287ec9c576b9a12fc0fca3b92b797fa204ec2a.tar.gz
bcm5719-llvm-2c287ec9c576b9a12fc0fca3b92b797fa204ec2a.zip
Revert "[SCEV] Make computeExitLimit more simple and more powerful"
This reverts commit 023c8be90980e0180766196cba86f81608b35d38. This patch triggers miscompile of zlib on PowerPC platform. Most likely it is caused by some pre-backend PPC-specific pass, but we don't clearly know the reason yet. So we temporally revert this patch with intention to return it once the problem is resolved. See bug 37229 for details. llvm-svn: 330893
Diffstat (limited to 'llvm/test/Transforms/LoopSimplify')
-rw-r--r--llvm/test/Transforms/LoopSimplify/preserve-scev.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopSimplify/preserve-scev.ll b/llvm/test/Transforms/LoopSimplify/preserve-scev.ll
index 07486ef2468..2def885353b 100644
--- a/llvm/test/Transforms/LoopSimplify/preserve-scev.ll
+++ b/llvm/test/Transforms/LoopSimplify/preserve-scev.ll
@@ -95,7 +95,7 @@ declare void @foo() nounwind
; CHECK: Loop %while.cond191: max backedge-taken count is 0
; CHECK: Loop %while.cond191: Predicated backedge-taken count is 0
; CHECK: Loop %while.cond191.outer: <multiple exits> Unpredictable backedge-taken count.
-; CHECK: Loop %while.cond191.outer: max backedge-taken count is false
+; CHECK: Loop %while.cond191.outer: Unpredictable max backedge-taken count.
; CHECK: Loop %while.cond191.outer: Unpredictable predicated backedge-taken count.
define void @mergeExit(i32 %MapAttrCount) nounwind uwtable ssp {
entry:
OpenPOWER on IntegriCloud