summaryrefslogtreecommitdiff
path: root/test/CodeGen/R600/fsub64.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
commit39867850462b1eefd76510e25bca4f2a51f65a70 (patch)
tree096331cb52623727bd245d53e290e62e996a08fa /test/CodeGen/R600/fsub64.ll
parent0f9eaaa8aa10bdb658e887782b86f03dbea79cb1 (diff)
downloadllvm-39867850462b1eefd76510e25bca4f2a51f65a70.tar.gz
llvm-39867850462b1eefd76510e25bca4f2a51f65a70.tar.bz2
llvm-39867850462b1eefd76510e25bca4f2a51f65a70.tar.xz
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> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192366 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/fsub64.ll')
-rw-r--r--test/CodeGen/R600/fsub64.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/R600/fsub64.ll b/test/CodeGen/R600/fsub64.ll
index fa59dcc394..56c5c0c4a7 100644
--- a/test/CodeGen/R600/fsub64.ll
+++ b/test/CodeGen/R600/fsub64.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=r600 -mcpu=tahiti | FileCheck %s
+; RUN: llc < %s -march=r600 -mcpu=tahiti -verify-machineinstrs | FileCheck %s
; CHECK: @fsub_f64
; CHECK: V_ADD_F64 {{VGPR[0-9]+_VGPR[0-9]+, VGPR[0-9]+_VGPR[0-9]+, VGPR[0-9]+_VGPR[0-9]+}}, 0, 0, 0, 0, 2