summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopRotate/simplifylatch.ll
diff options
context:
space:
mode:
authorYi Jiang <yjiang@apple.com>2014-10-29 20:19:47 +0000
committerYi Jiang <yjiang@apple.com>2014-10-29 20:19:47 +0000
commitab19fff4d8f9c8a4949b0652b5f9f31d757e0ae3 (patch)
tree89babc0ff4c844132a7ddcecbc8dd6241b779d39 /llvm/test/Transforms/LoopRotate/simplifylatch.ll
parent2ec8e1bd20d01102a5e5a5560d4542030ef83056 (diff)
downloadbcm5719-llvm-ab19fff4d8f9c8a4949b0652b5f9f31d757e0ae3.tar.gz
bcm5719-llvm-ab19fff4d8f9c8a4949b0652b5f9f31d757e0ae3.zip
Do not simplifyLatch for loops where hoisting increments couldresult in extra live range interferance
llvm-svn: 220872
Diffstat (limited to 'llvm/test/Transforms/LoopRotate/simplifylatch.ll')
-rw-r--r--llvm/test/Transforms/LoopRotate/simplifylatch.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopRotate/simplifylatch.ll b/llvm/test/Transforms/LoopRotate/simplifylatch.ll
index d646cb9d6cb..62e5b1ae11d 100644
--- a/llvm/test/Transforms/LoopRotate/simplifylatch.ll
+++ b/llvm/test/Transforms/LoopRotate/simplifylatch.ll
@@ -4,7 +4,7 @@
@mode_table = global [4 x i32] zeroinitializer ; <[4 x i32]*> [#uses=1]
; CHECK-LABEL: @f(
-; CHECK-NOT: bb4
+; CHECK-NOT: bb:
define i8 @f() {
entry:
tail call i32 @fegetround( ) ; <i32>:0 [#uses=1]
OpenPOWER on IntegriCloud