summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/load.vec.ll
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-10-10 17:11:46 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-10-10 17:11:46 +0000
commit70f13dba15c15bb159fd5e57ab17ceb1ef0fba1a (patch)
tree585418710cb8acdadfa2211af2f56b72a636be48 /llvm/test/CodeGen/R600/load.vec.ll
parent682bfbc43d797f86a8abe1ee0868be59d7de9836 (diff)
downloadbcm5719-llvm-70f13dba15c15bb159fd5e57ab17ceb1ef0fba1a.tar.gz
bcm5719-llvm-70f13dba15c15bb159fd5e57ab17ceb1ef0fba1a.zip
R600/SI: Use -verify-machineinstrs for most tests
We can't enable the verifier for tests with SI_IF and SI_ELSE, because these instructions are always followed by a COPY which copies their result to the next basic block. This violates the machine verifier's rule that non-terminators can not folow terminators. Reviewed-by: Vincent Lejeune<vljn at ovi.com> llvm-svn: 192366
Diffstat (limited to 'llvm/test/CodeGen/R600/load.vec.ll')
-rw-r--r--llvm/test/CodeGen/R600/load.vec.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/load.vec.ll b/llvm/test/CodeGen/R600/load.vec.ll
index 8cba0b6a516..413738e526d 100644
--- a/llvm/test/CodeGen/R600/load.vec.ll
+++ b/llvm/test/CodeGen/R600/load.vec.ll
@@ -1,5 +1,5 @@
; RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck --check-prefix=EG-CHECK %s
-; RUN: llc < %s -march=r600 -mcpu=SI | FileCheck --check-prefix=SI-CHECK %s
+; RUN: llc < %s -march=r600 -mcpu=SI -verify-machineinstrs | FileCheck --check-prefix=SI-CHECK %s
; load a v2i32 value from the global address space.
; EG-CHECK: @load_v2i32
OpenPOWER on IntegriCloud