summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopSimplify
diff options
context:
space:
mode:
authorMax Kazantsev <max.kazantsev@azul.com>2018-05-03 02:37:55 +0000
committerMax Kazantsev <max.kazantsev@azul.com>2018-05-03 02:37:55 +0000
commit58fce7e54b50af99023b34a24992fc881ace77b6 (patch)
treec09a8dc038f8db378c127b23fc74624dfd8cd2fe /llvm/test/Transforms/LoopSimplify
parent437f66d06d68d000edd52547709ee8f19d0e499b (diff)
downloadbcm5719-llvm-58fce7e54b50af99023b34a24992fc881ace77b6.tar.gz
bcm5719-llvm-58fce7e54b50af99023b34a24992fc881ace77b6.zip
Re-enable "[SCEV] Make computeExitLimit more simple and more powerful"
This patch was temporarily reverted because it has exposed bug 37229 on PowerPC platform. The bug is unrelated to the patch and was just a general bug in the optimization done for PowerPC platform only. The bug was fixed by the patch rL331410. This patch returns the disabled commit since the bug was fixed. llvm-svn: 331427
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 2def885353b..07486ef2468 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: Unpredictable max backedge-taken count.
+; CHECK: Loop %while.cond191.outer: max backedge-taken count is false
; CHECK: Loop %while.cond191.outer: Unpredictable predicated backedge-taken count.
define void @mergeExit(i32 %MapAttrCount) nounwind uwtable ssp {
entry:
OpenPOWER on IntegriCloud