summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/R600/fcmp.ll
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2013-07-31 20:43:27 +0000
committerTom Stellard <thomas.stellard@amd.com>2013-07-31 20:43:27 +0000
commitca69a53bae802896a7c3705c52d81f4819ee62ab (patch)
tree72b723840529d5c66b0d0290c53d7bc5729dc4f4 /llvm/test/CodeGen/R600/fcmp.ll
parent0ebf29d41f5e52b7f842468e4230361916abd370 (diff)
downloadbcm5719-llvm-ca69a53bae802896a7c3705c52d81f4819ee62ab.tar.gz
bcm5719-llvm-ca69a53bae802896a7c3705c52d81f4819ee62ab.zip
Revert "R600: Non vector only instruction can be scheduled on trans unit"
This reverts commit 98ce62780ea7185ba710868bf83c8077e8d7f6d6. llvm-svn: 187526
Diffstat (limited to 'llvm/test/CodeGen/R600/fcmp.ll')
-rw-r--r--llvm/test/CodeGen/R600/fcmp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/R600/fcmp.ll b/llvm/test/CodeGen/R600/fcmp.ll
index c76a7587656..dc3a779dd60 100644
--- a/llvm/test/CodeGen/R600/fcmp.ll
+++ b/llvm/test/CodeGen/R600/fcmp.ll
@@ -1,7 +1,7 @@
; RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s
; CHECK: @fcmp_sext
-; CHECK: SETE_DX10 T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
+; CHECK: SETE_DX10 * T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}
define void @fcmp_sext(i32 addrspace(1)* %out, float addrspace(1)* %in) {
entry:
OpenPOWER on IntegriCloud