summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
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