summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-03-11 23:16:30 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-03-11 23:16:30 +0000
commite781913ac4a78d21ef7763acffebad897afbebf2 (patch)
tree002e10eecb51e87eb014fb5460e29bb043a84c7b /llvm/test
parent47922fb006b58ccadaae0ece6a7bc374d6b68b27 (diff)
downloadbcm5719-llvm-e781913ac4a78d21ef7763acffebad897afbebf2.tar.gz
bcm5719-llvm-e781913ac4a78d21ef7763acffebad897afbebf2.zip
llvm/test/CodeGen/R600/schedule-*.ll: Let them require +Asserts.
llvm-svn: 176835
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/R600/schedule-fs-loop-nested-if.ll1
-rw-r--r--llvm/test/CodeGen/R600/schedule-fs-loop-nested.ll1
-rw-r--r--llvm/test/CodeGen/R600/schedule-fs-loop.ll1
-rw-r--r--llvm/test/CodeGen/R600/schedule-if-2.ll1
-rw-r--r--llvm/test/CodeGen/R600/schedule-if.ll1
-rw-r--r--llvm/test/CodeGen/R600/schedule-vs-if-nested-loop.ll1
6 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/R600/schedule-fs-loop-nested-if.ll b/llvm/test/CodeGen/R600/schedule-fs-loop-nested-if.ll
index 69c3b9f8cb9..ba9620c40a4 100644
--- a/llvm/test/CodeGen/R600/schedule-fs-loop-nested-if.ll
+++ b/llvm/test/CodeGen/R600/schedule-fs-loop-nested-if.ll
@@ -1,4 +1,5 @@
;RUN: llc < %s -march=r600 -mcpu=cayman -stress-sched -verify-misched
+;REQUIRES: asserts
define void @main() {
main_body:
diff --git a/llvm/test/CodeGen/R600/schedule-fs-loop-nested.ll b/llvm/test/CodeGen/R600/schedule-fs-loop-nested.ll
index ba6e8a1ec9d..5e875c49ab5 100644
--- a/llvm/test/CodeGen/R600/schedule-fs-loop-nested.ll
+++ b/llvm/test/CodeGen/R600/schedule-fs-loop-nested.ll
@@ -1,4 +1,5 @@
;RUN: llc < %s -march=r600 -mcpu=cayman -stress-sched -verify-misched
+;REQUIRES: asserts
define void @main() {
main_body:
diff --git a/llvm/test/CodeGen/R600/schedule-fs-loop.ll b/llvm/test/CodeGen/R600/schedule-fs-loop.ll
index 68c029360e6..d142cacd433 100644
--- a/llvm/test/CodeGen/R600/schedule-fs-loop.ll
+++ b/llvm/test/CodeGen/R600/schedule-fs-loop.ll
@@ -1,4 +1,5 @@
;RUN: llc < %s -march=r600 -mcpu=cayman -stress-sched -verify-misched
+;REQUIRES: asserts
define void @main() {
main_body:
diff --git a/llvm/test/CodeGen/R600/schedule-if-2.ll b/llvm/test/CodeGen/R600/schedule-if-2.ll
index 26729a3e772..6afd6772926 100644
--- a/llvm/test/CodeGen/R600/schedule-if-2.ll
+++ b/llvm/test/CodeGen/R600/schedule-if-2.ll
@@ -1,4 +1,5 @@
;RUN: llc < %s -march=r600 -mcpu=cayman -stress-sched -verify-misched
+;REQUIRES: asserts
define void @main() {
main_body:
diff --git a/llvm/test/CodeGen/R600/schedule-if.ll b/llvm/test/CodeGen/R600/schedule-if.ll
index 7a8e2644336..347d92fd6a0 100644
--- a/llvm/test/CodeGen/R600/schedule-if.ll
+++ b/llvm/test/CodeGen/R600/schedule-if.ll
@@ -1,4 +1,5 @@
;RUN: llc < %s -march=r600 -mcpu=cayman -stress-sched -verify-misched
+;REQUIRES: asserts
define void @main() {
main_body:
diff --git a/llvm/test/CodeGen/R600/schedule-vs-if-nested-loop.ll b/llvm/test/CodeGen/R600/schedule-vs-if-nested-loop.ll
index 3c2824cc6b1..44b7c2f6800 100644
--- a/llvm/test/CodeGen/R600/schedule-vs-if-nested-loop.ll
+++ b/llvm/test/CodeGen/R600/schedule-vs-if-nested-loop.ll
@@ -1,4 +1,5 @@
;RUN: llc < %s -march=r600 -mcpu=cayman -stress-sched -verify-misched
+;REQUIRES: asserts
define void @main() {
main_body:
OpenPOWER on IntegriCloud