summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMatt Arsenault <Matthew.Arsenault@amd.com>2014-06-18 17:13:51 +0000
committerMatt Arsenault <Matthew.Arsenault@amd.com>2014-06-18 17:13:51 +0000
commit795ae8615f20eb5b55e15b8eeca9c909ef78a8f0 (patch)
tree03776606015d04a44248c5810c67280f62265d8e /test
parent95f1fa7ec339f1dc27e279a2241420c4db850f5b (diff)
downloadllvm-795ae8615f20eb5b55e15b8eeca9c909ef78a8f0.tar.gz
llvm-795ae8615f20eb5b55e15b8eeca9c909ef78a8f0.tar.bz2
llvm-795ae8615f20eb5b55e15b8eeca9c909ef78a8f0.tar.xz
R600/SI: Prettier operand printing for 64-bit ops.
Copy what is done for 32-bit already so the order is about the same. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211186 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/R600/fsub64.ll7
1 files changed, 3 insertions, 4 deletions
diff --git a/test/CodeGen/R600/fsub64.ll b/test/CodeGen/R600/fsub64.ll
index 1445a20839..f5e5708f1b 100644
--- a/test/CodeGen/R600/fsub64.ll
+++ b/test/CodeGen/R600/fsub64.ll
@@ -1,8 +1,7 @@
-; RUN: llc < %s -march=r600 -mcpu=tahiti -verify-machineinstrs | FileCheck %s
-
-; CHECK: @fsub_f64
-; CHECK: V_ADD_F64 {{v\[[0-9]+:[0-9]+\], v\[[0-9]+:[0-9]+\], v\[[0-9]+:[0-9]+\]}}, 0, 0, 0, 0, 2
+; RUN: llc -march=r600 -mcpu=tahiti -verify-machineinstrs < %s | FileCheck -check-prefix=SI %s
+; SI-LABEL: @fsub_f64:
+; SI: V_ADD_F64 {{v\[[0-9]+:[0-9]+\], v\[[0-9]+:[0-9]+\], -v\[[0-9]+:[0-9]+\]}}
define void @fsub_f64(double addrspace(1)* %out, double addrspace(1)* %in1,
double addrspace(1)* %in2) {
%r0 = load double addrspace(1)* %in1