aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/R600/selectcc-cnd.ll
diff options
context:
space:
mode:
authorVincent Lejeune <vljn@ovi.com>2013-09-04 19:53:46 +0000
committerVincent Lejeune <vljn@ovi.com>2013-09-04 19:53:46 +0000
commitbb25a01d232257b134f1f6a5810116cbb04b95b1 (patch)
treec8372c60ee26e9325086cf932b4a20633f3f9487 /test/CodeGen/R600/selectcc-cnd.ll
parentb3df27d4402d8c8fc81d5acec812035360806cdc (diff)
downloadexternal_llvm-bb25a01d232257b134f1f6a5810116cbb04b95b1.zip
external_llvm-bb25a01d232257b134f1f6a5810116cbb04b95b1.tar.gz
external_llvm-bb25a01d232257b134f1f6a5810116cbb04b95b1.tar.bz2
R600: Non vector only instruction can be scheduled on trans unit
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189980 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/R600/selectcc-cnd.ll')
-rw-r--r--test/CodeGen/R600/selectcc-cnd.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/R600/selectcc-cnd.ll b/test/CodeGen/R600/selectcc-cnd.ll
index d7287b4..0bfca69 100644
--- a/test/CodeGen/R600/selectcc-cnd.ll
+++ b/test/CodeGen/R600/selectcc-cnd.ll
@@ -1,8 +1,8 @@
;RUN: llc < %s -march=r600 -mcpu=redwood | FileCheck %s
;CHECK-NOT: SETE
-;CHECK: CNDE * T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}, 1.0, literal.x,
-;CHECK-NEXT: {{[-0-9]+\(2.0}}
+;CHECK: CNDE {{\*?}}T{{[0-9]+\.[XYZW], T[0-9]+\.[XYZW]}}, 1.0, literal.x,
+;CHECK: 1073741824
define void @test(float addrspace(1)* %out, float addrspace(1)* %in) {
%1 = load float addrspace(1)* %in
%2 = fcmp oeq float %1, 0.0