summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-19 10:41:12 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-19 10:41:12 +0000
commit6164aa59695e9d424ea21c9eb7a0b93bd0236aa4 (patch)
treee8ad5b863a3d2f9f0bd5619ca1b39c7b6f97eebb
parentdb7933ab992ca58fbcb990cf6fdaabd1dd0a7b30 (diff)
downloadbcm5719-llvm-6164aa59695e9d424ea21c9eb7a0b93bd0236aa4.tar.gz
bcm5719-llvm-6164aa59695e9d424ea21c9eb7a0b93bd0236aa4.zip
Add REQUIRES:asserts to 3 tests in llvm/test/CodeGen/R600 added in r192212.
They are failing in assertions. llvm-svn: 197669
-rw-r--r--llvm/test/CodeGen/R600/insert_vector_elt.ll1
-rw-r--r--llvm/test/CodeGen/R600/si-annotate-cf-assertion.ll1
-rw-r--r--llvm/test/CodeGen/R600/store-vector-ptrs.ll1
3 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/R600/insert_vector_elt.ll b/llvm/test/CodeGen/R600/insert_vector_elt.ll
index 05aeccebac0..7e04a1f4bc8 100644
--- a/llvm/test/CodeGen/R600/insert_vector_elt.ll
+++ b/llvm/test/CodeGen/R600/insert_vector_elt.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
; XFAIL: *
; RUN: llc < %s -march=r600 -mcpu=redwood -o %t
diff --git a/llvm/test/CodeGen/R600/si-annotate-cf-assertion.ll b/llvm/test/CodeGen/R600/si-annotate-cf-assertion.ll
index 9886fe9169b..cd3ba2b222d 100644
--- a/llvm/test/CodeGen/R600/si-annotate-cf-assertion.ll
+++ b/llvm/test/CodeGen/R600/si-annotate-cf-assertion.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
; XFAIL: *
; RUN: llc -march=r600 -mcpu=SI -asm-verbose=false < %s | FileCheck %s
diff --git a/llvm/test/CodeGen/R600/store-vector-ptrs.ll b/llvm/test/CodeGen/R600/store-vector-ptrs.ll
index 01210ce1f94..3af7d919c6f 100644
--- a/llvm/test/CodeGen/R600/store-vector-ptrs.ll
+++ b/llvm/test/CodeGen/R600/store-vector-ptrs.ll
@@ -1,3 +1,4 @@
+; REQUIRES: asserts
; XFAIL: *
; RUN: llc -march=r600 -mcpu=SI < %s
OpenPOWER on IntegriCloud