summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/LoopVectorize/runtime-check-readonly.ll
diff options
context:
space:
mode:
authorAditya Nandakumar <aditya_nandakumar@apple.com>2014-07-11 21:49:39 +0000
committerAditya Nandakumar <aditya_nandakumar@apple.com>2014-07-11 21:49:39 +0000
commit0b5a674243ae65528f745bba27f08582d609b175 (patch)
treebad840b8aefd85a1cca9f8b9b251bbb43f482851 /llvm/test/Transforms/LoopVectorize/runtime-check-readonly.ll
parent730abd2f4ad4f9ddff41fc1a49c45ef1a1562bb8 (diff)
downloadbcm5719-llvm-0b5a674243ae65528f745bba27f08582d609b175.tar.gz
bcm5719-llvm-0b5a674243ae65528f745bba27f08582d609b175.zip
When we sink an instruction, this can open up opportunity for the operands to be sunk - add them to the worklist
llvm-svn: 212847
Diffstat (limited to 'llvm/test/Transforms/LoopVectorize/runtime-check-readonly.ll')
-rw-r--r--llvm/test/Transforms/LoopVectorize/runtime-check-readonly.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/LoopVectorize/runtime-check-readonly.ll b/llvm/test/Transforms/LoopVectorize/runtime-check-readonly.ll
index 01e28bc4466..73b28301b7e 100644
--- a/llvm/test/Transforms/LoopVectorize/runtime-check-readonly.ll
+++ b/llvm/test/Transforms/LoopVectorize/runtime-check-readonly.ll
@@ -7,7 +7,7 @@ target triple = "x86_64-apple-macosx10.8.0"
;CHECK: br
;CHECK: br
;CHECK: getelementptr
-;CHECK-NEXT: getelementptr
+;CHECK-DAG: getelementptr
;CHECK-DAG: icmp uge
;CHECK-DAG: icmp uge
;CHECK-DAG: icmp uge
OpenPOWER on IntegriCloud