remove extraneous &&'s from tests, as Scott is apparently not going to.
authorChris Lattner <sabre@nondot.org>
Fri, 18 Jan 2008 19:53:43 +0000 (19:53 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 18 Jan 2008 19:53:43 +0000 (19:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46173 91177308-0d34-0410-b5e6-96231b3b80d8

20 files changed:
test/CodeGen/CellSPU/call.ll
test/CodeGen/CellSPU/call_indirect.ll
test/CodeGen/CellSPU/ctpop.ll
test/CodeGen/CellSPU/dp_farith.ll
test/CodeGen/CellSPU/eqv.ll
test/CodeGen/CellSPU/extract_elt.ll
test/CodeGen/CellSPU/fdiv.ll
test/CodeGen/CellSPU/fneg-fabs.ll
test/CodeGen/CellSPU/immed32.ll
test/CodeGen/CellSPU/immed64.ll
test/CodeGen/CellSPU/int2fp.ll
test/CodeGen/CellSPU/intrinsics_branch.ll
test/CodeGen/CellSPU/intrinsics_float.ll
test/CodeGen/CellSPU/intrinsics_logical.ll
test/CodeGen/CellSPU/mul_ops.ll
test/CodeGen/CellSPU/sp_farith.ll
test/CodeGen/CellSPU/struct_1.ll
test/CodeGen/CellSPU/struct_2.ll
test/CodeGen/CellSPU/vec_const.ll
test/CodeGen/CellSPU/vecinsert.ll

index 7b6f5b6ffcd674ebbd7b65fb5a89514dcf094a4c..c69aebb55b3520a6f0b112068b41879dc94e719c 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
-; RUN: grep brsl    %t1.s | count 1 &&
+; RUN: grep brsl    %t1.s | count 1
 ; RUN: grep brasl   %t1.s | count 1
 
 target datalayout = "E-p:32:32:128-f64:64:128-f32:32:128-i64:32:128-i32:32:128-i16:16:128-i8:8:128-i1:8:128-a0:0:128-v128:128:128-s0:128:128"
index 3c5810ef183ea3bf80afc75dc5f06b8903d50374..f604f74ca1005dbe495102e01a92139c01d83b02 100644 (file)
@@ -1,19 +1,19 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
 ; RUN: llvm-as -o - %s | llc -march=cellspu -mattr=large_mem > %t2.s
-; RUN: grep bisl    %t1.s | count 7 &&
-; RUN: grep ila     %t1.s | count 1 &&
-; RUN: grep rotqbyi %t1.s | count 4 &&
-; RUN: grep lqa     %t1.s | count 5 &&
-; RUN: grep lqd     %t1.s | count 6 &&
+; RUN: grep bisl    %t1.s | count 7 
+; RUN: grep ila     %t1.s | count 1
+; RUN: grep rotqbyi %t1.s | count 4
+; RUN: grep lqa     %t1.s | count 5
+; RUN: grep lqd     %t1.s | count 6
 ; RUN: grep dispatch_tab %t1.s | count 10
-; RUN: grep bisl    %t2.s | count 7 &&
-; RUN: grep ilhu    %t2.s | count 2 &&
-; RUN: grep iohl    %t2.s | count 2 &&
-; RUN: grep rotqby  %t2.s | count 6 &&
-; RUN: grep lqd     %t2.s | count 12 &&
-; RUN: grep lqx     %t2.s | count 8 &&
-; RUN: grep il      %t2.s | count 9 &&
-; RUN: grep ai      %t2.s | count 5 &&
+; RUN: grep bisl    %t2.s | count 7
+; RUN: grep ilhu    %t2.s | count 2
+; RUN: grep iohl    %t2.s | count 2
+; RUN: grep rotqby  %t2.s | count 6
+; RUN: grep lqd     %t2.s | count 12
+; RUN: grep lqx     %t2.s | count 8 
+; RUN: grep il      %t2.s | count 9 
+; RUN: grep ai      %t2.s | count 5
 ; RUN: grep dispatch_tab %t2.s | count 7
 
 ; ModuleID = 'call_indirect.bc'
index 406a20accc87d079b8fd28860f0f2d67f8cb64ef..5665596dc3c176b43446d2cb03cd3113ad2936b4 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
-; RUN: grep cntb    %t1.s | count 3 &&
-; RUN: grep andi    %t1.s | count 3 &&
-; RUN: grep rotmi   %t1.s | count 2 &&
+; RUN: grep cntb    %t1.s | count 3
+; RUN: grep andi    %t1.s | count 3
+; RUN: grep rotmi   %t1.s | count 2
 ; RUN: grep rothmi  %t1.s | count 1
 target datalayout = "E-p:32:32:128-f64:64:128-f32:32:128-i64:32:128-i32:32:128-i16:16:128-i8:8:128-i1:8:128-a0:0:128-v128:128:128-s0:128:128"
 target triple = "spu"
index 5cdb33ee6811200f733247a4b841334b1b425224..7cec5192f306b53604ba0ffd25271462e3b519b8 100644 (file)
@@ -1,9 +1,9 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
-; RUN: grep dfa    %t1.s | count 2 &&
-; RUN: grep dfs    %t1.s | count 2 &&
-; RUN: grep dfm    %t1.s | count 6 &&
-; RUN: grep dfma   %t1.s | count 2 &&
-; RUN: grep dfms   %t1.s | count 2 &&
+; RUN: grep dfa    %t1.s | count 2
+; RUN: grep dfs    %t1.s | count 2
+; RUN: grep dfm    %t1.s | count 6
+; RUN: grep dfma   %t1.s | count 2
+; RUN: grep dfms   %t1.s | count 2
 ; RUN: grep dfnms  %t1.s | count 4
 ;
 ; This file includes double precision floating point arithmetic instructions
index 0f02180b226f5a7588a79f45ce10967a3d44060a..b8a9d59801a5af57b4561bee0c70ff97ec3aa459 100644 (file)
@@ -1,7 +1,7 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
-; RUN: grep eqv  %t1.s | count 18 &&
-; RUN: grep xshw %t1.s | count 6 &&
-; RUN: grep xsbh %t1.s | count 3 &&
+; RUN: grep eqv  %t1.s | count 18
+; RUN: grep xshw %t1.s | count 6
+; RUN: grep xsbh %t1.s | count 3
 ; RUN: grep andi %t1.s | count 3
 
 ; Test the 'eqv' instruction, whose boolean expression is:
index f9cc32e8f292c9cd3a93f4b5ba4e1f756e3fd8ce..baa23bbc8abccb692f69927913ef8a84f1d5dbbe 100644 (file)
@@ -1,9 +1,9 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
 ; RUN: llvm-as -o - %s | llc -march=cellspu -mattr=large_mem > %t2.s
-; RUN: grep shufb %t1.s | count 27 &&
-; RUN: grep   lqa %t1.s | count 27 &&
-; RUN: grep   lqx %t2.s | count 27 &&
-; RUN: grep space %t1.s | count 8 &&
+; RUN: grep shufb %t1.s | count 27
+; RUN: grep   lqa %t1.s | count 27
+; RUN: grep   lqx %t2.s | count 27
+; RUN: grep space %t1.s | count 8
 ; RUN: grep  byte %t1.s | count 424
 target datalayout = "E-p:32:32:128-f64:64:128-f32:32:128-i64:32:128-i32:32:128-i16:16:128-i8:8:128-i1:8:128-a0:0:128-v128:128:128-s0:128:128"
 target triple = "spu"
index a107bbe1f739c99289ddef4725b565c1ff94fcf5..7d56262534451ff8858ceb0f7efc033d09370103 100644 (file)
@@ -1,8 +1,8 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
-; RUN: grep frest    %t1.s | count 2 &&
-; RUN: grep fi       %t1.s | count 2 &&
-; RUN: grep fm       %t1.s | count 4 &&
-; RUN: grep fma      %t1.s | count 2 &&
+; RUN: grep frest    %t1.s | count 2 
+; RUN: grep fi       %t1.s | count 2 
+; RUN: grep fm       %t1.s | count 4 
+; RUN: grep fma      %t1.s | count 2 
 ; RUN: grep fnms     %t1.s | count 2
 ;
 ; This file includes standard floating point arithmetic instructions
index a183483cded48c9069dfa95c6ce97f15031789c4..9a7a7b5c37e11c9fc55da878194a61e4225f4fb6 100644 (file)
@@ -1,8 +1,8 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
-; RUN: grep fsmbi   %t1.s | count 3 &&
-; RUN: grep 32768   %t1.s | count 2 &&
-; RUN: grep xor     %t1.s | count 4 &&
-; RUN: grep and     %t1.s | count 5 &&
+; RUN: grep fsmbi   %t1.s | count 3
+; RUN: grep 32768   %t1.s | count 2
+; RUN: grep xor     %t1.s | count 4
+; RUN: grep and     %t1.s | count 5
 ; RUN: grep andbi   %t1.s | count 3
 target datalayout = "E-p:32:32:128-f64:64:128-f32:32:128-i64:32:128-i32:32:128-i16:16:128-i8:8:128-i1:8:128-a0:0:128-v128:128:128-s0:128:128"
 target triple = "spu"
index 4bf5bbd517ab9095dc392cbc6c65b7fa2e88a446..d269a45f5b5134941bf7ee3946f650ad8d74487c 100644 (file)
@@ -1,16 +1,16 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
-; RUN: grep ilhu  %t1.s | count 8 &&
-; RUN: grep iohl  %t1.s | count 6 &&
-; RUN: grep il    %t1.s | count 11 &&
-; RUN: grep 16429 %t1.s | count 1 &&
-; RUN: grep 63572 %t1.s | count 1 &&
-; RUN: grep   128 %t1.s | count 1 &&
-; RUN: grep 32639 %t1.s | count 1 &&
-; RUN: grep 65535 %t1.s | count 1 &&
-; RUN: grep 16457 %t1.s | count 1 &&
-; RUN: grep  4059 %t1.s | count 1 &&
-; RUN: grep 49077 %t1.s | count 1 &&
-; RUN: grep  1267 %t1.s | count 2 &&
+; RUN: grep ilhu  %t1.s | count 8
+; RUN: grep iohl  %t1.s | count 6
+; RUN: grep il    %t1.s | count 11
+; RUN: grep 16429 %t1.s | count 1
+; RUN: grep 63572 %t1.s | count 1
+; RUN: grep   128 %t1.s | count 1
+; RUN: grep 32639 %t1.s | count 1
+; RUN: grep 65535 %t1.s | count 1
+; RUN: grep 16457 %t1.s | count 1
+; RUN: grep  4059 %t1.s | count 1
+; RUN: grep 49077 %t1.s | count 1
+; RUN: grep  1267 %t1.s | count 2
 ; RUN: grep 16309 %t1.s | count 1
 target datalayout = "E-p:32:32:128-f64:64:128-f32:32:128-i64:32:128-i32:32:128-i16:16:128-i8:8:128-i1:8:128-a0:0:128-v128:128:128-s0:128:128"
 target triple = "spu"
index 4d388b1d223355b2e38ea63205358d6008496fc5..ecb2107f966ccaae08cce8ce12dadd4cbd29cd35 100644 (file)
@@ -1,14 +1,14 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
-; RUN: grep lqa      %t1.s | count 13 &&
-; RUN: grep shufb    %t1.s | count 13 &&
-; RUN: grep    65520 %t1.s | count 1 &&
-; RUN: grep    43981 %t1.s | count 1 &&
-; RUN: grep    13702 %t1.s | count 1 &&
-; RUN: grep       81 %t1.s | count 2 &&
-; RUN: grep    28225 %t1.s | count 1 &&
-; RUN: grep    30720 %t1.s | count 1 &&
-; RUN: grep      192 %t1.s | count 32 &&
-; RUN: grep      128 %t1.s | count 30 &&
+; RUN: grep lqa      %t1.s | count 13
+; RUN: grep shufb    %t1.s | count 13
+; RUN: grep    65520 %t1.s | count 1
+; RUN: grep    43981 %t1.s | count 1
+; RUN: grep    13702 %t1.s | count 1
+; RUN: grep       81 %t1.s | count 2
+; RUN: grep    28225 %t1.s | count 1
+; RUN: grep    30720 %t1.s | count 1
+; RUN: grep      192 %t1.s | count 32
+; RUN: grep      128 %t1.s | count 30
 ; RUN: grep      224 %t1.s | count 2
 
 target datalayout = "E-p:32:32:128-f64:64:128-f32:32:128-i64:32:128-i32:32:128-i16:16:128-i8:8:128-i1:8:128-a0:0:128-v128:128:128-s0:128:128"
index b4cfea8a0b4e2bfde9678ec4ec5a8e24f9105a0c..009229ea7bd16d9566fea715dbe586a9427a0ad5 100644 (file)
@@ -1,10 +1,10 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
-; RUN: grep csflt %t1.s | count 5 &&
-; RUN: grep cuflt %t1.s | count 1 &&
-; RUN: grep xshw  %t1.s | count 2 &&
-; RUN: grep xsbh  %t1.s | count 1 &&
-; RUN: grep and   %t1.s | count 2 &&
-; RUN: grep andi  %t1.s | count 1 &&
+; RUN: grep csflt %t1.s | count 5
+; RUN: grep cuflt %t1.s | count 1
+; RUN: grep xshw  %t1.s | count 2
+; RUN: grep xsbh  %t1.s | count 1
+; RUN: grep and   %t1.s | count 2
+; RUN: grep andi  %t1.s | count 1
 ; RUN: grep ila   %t1.s | count 1
 
 target datalayout = "E-p:32:32:128-f64:64:128-f32:32:128-i64:32:128-i32:32:128-i16:16:128-i8:8:128-i1:8:128-a0:0:128-v128:128:128-s0:128:128"
index 5051cd56994816ba675dfa793fd3d6b33eae09fd..ead235bf52111b9edf89d8b72039fa4ffc4bc847 100644 (file)
@@ -1,11 +1,11 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
-; RUN: grep ceq     %t1.s | count 30 &&
-; RUN: grep ceqb    %t1.s | count 10 &&
-; RUN: grep ceqhi   %t1.s | count 5 &&
-; RUN: grep ceqi    %t1.s | count 5 &&
-; RUN: grep cgt     %t1.s | count 30 &&
-; RUN: grep cgtb    %t1.s | count 10 &&
-; RUN: grep cgthi   %t1.s | count 5 &&
+; RUN: grep ceq     %t1.s | count 30 
+; RUN: grep ceqb    %t1.s | count 10
+; RUN: grep ceqhi   %t1.s | count 5
+; RUN: grep ceqi    %t1.s | count 5
+; RUN: grep cgt     %t1.s | count 30
+; RUN: grep cgtb    %t1.s | count 10
+; RUN: grep cgthi   %t1.s | count 5
 ; RUN: grep cgti    %t1.s | count 5
 target datalayout = "E-p:32:32:128-f64:64:128-f32:32:128-i64:32:128-i32:32:128-i16:16:128-i8:8:128-i1:8:128-a0:0:128-v128:128:128-s0:128:128"
 target triple = "spu"
index f5a192a0a7bdfa749e8626934805329eccac8624..64a5b73374d665d4332266aec1607fd5e36ae9c4 100644 (file)
@@ -1,13 +1,13 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
-; RUN: grep fa      %t1.s | count 5 &&
-; RUN: grep fs      %t1.s | count 5 &&
-; RUN: grep fm      %t1.s | count 15 &&
-; RUN: grep fceq    %t1.s | count 5 &&
-; RUN: grep fcmeq   %t1.s | count 5 &&
-; RUN: grep fcgt    %t1.s | count 5 &&
-; RUN: grep fcmgt   %t1.s | count 5 &&
-; RUN: grep fma     %t1.s | count 5 &&
-; RUN: grep fnms    %t1.s | count 5 &&
+; RUN: grep fa      %t1.s | count 5
+; RUN: grep fs      %t1.s | count 5
+; RUN: grep fm      %t1.s | count 15
+; RUN: grep fceq    %t1.s | count 5
+; RUN: grep fcmeq   %t1.s | count 5
+; RUN: grep fcgt    %t1.s | count 5
+; RUN: grep fcmgt   %t1.s | count 5
+; RUN: grep fma     %t1.s | count 5
+; RUN: grep fnms    %t1.s | count 5
 ; RUN: grep fms     %t1.s | count 5
 target datalayout = "E-p:32:32:128-f64:64:128-f32:32:128-i64:32:128-i32:32:128-i16:16:128-i8:8:128-i1:8:128-a0:0:128-v128:128:128-s0:128:128"
 target triple = "spu"
@@ -91,4 +91,4 @@ define <4 x float> @fmstest(<4 x float> %A, <4 x float> %B, <4 x float> %C) {
        call <4 x float> @llvm.spu.si.fms(<4 x float> %A, <4 x float> %B, <4 x float> %C)
        %Y = bitcast <4 x float> %1 to <4 x float>
        ret <4 x float> %Y
-}
\ No newline at end of file
+}
index e43558c0f25c866ed7db17c5810856141bc6377f..b8af8adb2b7d391ff19327122677ffaee65913a5 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
-; RUN: grep and       %t1.s | count 20 &&
+; RUN: grep and       %t1.s | count 20
 ; RUN: grep andc      %t1.s | count 5
 target datalayout = "E-p:32:32:128-f64:64:128-f32:32:128-i64:32:128-i32:32:128-i16:16:128-i8:8:128-i1:8:128-a0:0:128-v128:128:128-s0:128:128"
 target triple = "spu"
index 122e3035719e9d5aea61b1f0149cfbe55e9599b8..e1509d27cba5fad887911a16173b4fec0092a6c5 100644 (file)
@@ -1,17 +1,17 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
-; RUN: grep mpy     %t1.s | count 44 &&
-; RUN: grep mpyu    %t1.s | count 4 &&
-; RUN: grep mpyh    %t1.s | count 10 &&
-; RUN: grep mpyhh   %t1.s | count 2 &&
-; RUN: grep rotma   %t1.s | count 12 &&
-; RUN: grep rotmahi %t1.s | count 4 &&
-; RUN: grep and     %t1.s | count 2 &&
-; RUN: grep selb    %t1.s | count 6 &&
-; RUN: grep fsmbi   %t1.s | count 4 &&
-; RUN: grep shli    %t1.s | count 4 &&
-; RUN: grep shlhi   %t1.s | count 4 &&
-; RUN: grep ila     %t1.s | count 2 &&
-; RUN: grep xsbh    %t1.s | count 8 &&
+; RUN: grep mpy     %t1.s | count 44
+; RUN: grep mpyu    %t1.s | count 4
+; RUN: grep mpyh    %t1.s | count 10
+; RUN: grep mpyhh   %t1.s | count 2
+; RUN: grep rotma   %t1.s | count 12
+; RUN: grep rotmahi %t1.s | count 4
+; RUN: grep and     %t1.s | count 2
+; RUN: grep selb    %t1.s | count 6
+; RUN: grep fsmbi   %t1.s | count 4
+; RUN: grep shli    %t1.s | count 4
+; RUN: grep shlhi   %t1.s | count 4
+; RUN: grep ila     %t1.s | count 2
+; RUN: grep xsbh    %t1.s | count 8
 ; RUN: grep xshw    %t1.s | count 4
 target datalayout = "E-p:32:32:128-f64:64:128-f32:32:128-i64:32:128-i32:32:128-i16:16:128-i8:8:128-i1:8:128-a0:0:128-v128:128:128-s0:128:128"
 target triple = "spu"
index 473e9a3ecec90824b68b0b46aa489bc02c5b497d..eb3fbd94a1b3aa2610ba2640cbcbb1ac5d2ed7ab 100644 (file)
@@ -1,9 +1,9 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
-; RUN: grep fa %t1.s | count 2 &&
-; RUN: grep fs %t1.s | count 2 &&
-; RUN: grep fm %t1.s | count 6 &&
-; RUN: grep fma %t1.s | count 2 &&
-; RUN: grep fms %t1.s | count 2 &&
+; RUN: grep fa %t1.s | count 2
+; RUN: grep fs %t1.s | count 2
+; RUN: grep fm %t1.s | count 6
+; RUN: grep fma %t1.s | count 2
+; RUN: grep fms %t1.s | count 2
 ; RUN: grep fnms %t1.s | count 3
 ;
 ; This file includes standard floating point arithmetic instructions
index b0286d1bdc9bc4454b2c77a030b20094687b4109..e5fa79e31d6b1e40827193c249a16b60bea983b8 100644 (file)
@@ -1,26 +1,26 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
 ; RUN: llvm-as -o - %s | llc -march=cellspu -mattr=large_mem > %t2.s
-; RUN: grep lqa     %t1.s | count 10 &&
-; RUN: grep lqd     %t1.s | count 4 &&
-; RUN: grep rotqbyi %t1.s | count 5 &&
-; RUN: grep xshw    %t1.s | count 1 &&
-; RUN: grep andi    %t1.s | count 4 &&
-; RUN: grep cbd     %t1.s | count 3 &&
-; RUN: grep chd     %t1.s | count 1 &&
-; RUN: grep cwd     %t1.s | count 3 &&
-; RUN: grep shufb   %t1.s | count 7 &&
+; RUN: grep lqa     %t1.s | count 10
+; RUN: grep lqd     %t1.s | count 4
+; RUN: grep rotqbyi %t1.s | count 5
+; RUN: grep xshw    %t1.s | count 1
+; RUN: grep andi    %t1.s | count 4
+; RUN: grep cbd     %t1.s | count 3
+; RUN: grep chd     %t1.s | count 1
+; RUN: grep cwd     %t1.s | count 3
+; RUN: grep shufb   %t1.s | count 7
 ; RUN: grep stqa    %t1.s | count 5
-; RUN: grep iohl    %t2.s | count 14 &&
-; RUN: grep ilhu    %t2.s | count 14 &&
-; RUN: grep lqx     %t2.s | count 14 &&
-; RUN: grep rotqbyi %t2.s | count 5 &&
-; RUN: grep xshw    %t2.s | count 1 &&
-; RUN: grep andi    %t2.s | count 4 &&
-; RUN: grep cbx     %t2.s | count 3 &&
-; RUN: grep chx     %t2.s | count 1 &&
-; RUN: grep cwx     %t2.s | count 1 &&
-; RUN: grep cwd     %t2.s | count 2 &&
-; RUN: grep shufb   %t2.s | count 7 &&
+; RUN: grep iohl    %t2.s | count 14
+; RUN: grep ilhu    %t2.s | count 14
+; RUN: grep lqx     %t2.s | count 14
+; RUN: grep rotqbyi %t2.s | count 5 
+; RUN: grep xshw    %t2.s | count 1
+; RUN: grep andi    %t2.s | count 4
+; RUN: grep cbx     %t2.s | count 3
+; RUN: grep chx     %t2.s | count 1
+; RUN: grep cwx     %t2.s | count 1
+; RUN: grep cwd     %t2.s | count 2
+; RUN: grep shufb   %t2.s | count 7
 ; RUN: grep stqx    %t2.s | count 7
 
 ; ModuleID = 'struct_1.bc'
index 3c2484cdeb5c43552b4c428d39659d6a8db28ef8..fee9c01dc68a7ced9f1c6e7a20ad7f833bd04e17 100644 (file)
@@ -1,13 +1,13 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
-; RUN: grep lqx     %t1.s | count 14 &&
-; RUN: grep rotqby  %t1.s | count 7 &&
-; RUN: grep xshw    %t1.s | count 1 &&
-; RUN: grep andi    %t1.s | count 4 &&
-; RUN: grep cbx     %t1.s | count 1 &&
-; RUN: grep cbd     %t1.s | count 2 &&
-; RUN: grep chd     %t1.s | count 1 &&
-; RUN: grep cwd     %t1.s | count 3 &&
-; RUN: grep shufb   %t1.s | count 7 &&
+; RUN: grep lqx     %t1.s | count 14 
+; RUN: grep rotqby  %t1.s | count 7 
+; RUN: grep xshw    %t1.s | count 1
+; RUN: grep andi    %t1.s | count 4
+; RUN: grep cbx     %t1.s | count 1
+; RUN: grep cbd     %t1.s | count 2
+; RUN: grep chd     %t1.s | count 1
+; RUN: grep cwd     %t1.s | count 3
+; RUN: grep shufb   %t1.s | count 7
 ; RUN: grep stqx    %t1.s | count 7
 
 ; ModuleID = 'struct_1.bc'
index e9c7907b55eabec5931daca54ea3e196faeed83f..46109e3dc1f8fed15bd14a1f4abfa04204e44ff5 100644 (file)
@@ -1,23 +1,23 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
 ; RUN: llvm-as -o - %s | llc -march=cellspu -mattr=large_mem > %t2.s
-; RUN: grep il     %t1.s | count 16 &&
-; RUN: grep ilhu   %t1.s | count 8 &&
-; RUN: grep ilh    %t1.s | count 13 &&
-; RUN: grep iohl   %t1.s | count 7 &&
-; RUN: grep lqa    %t1.s | count 6 &&
-; RUN: grep 24672  %t1.s | count 2 &&
-; RUN: grep 16429  %t1.s | count 1 &&
-; RUN: grep 63572  %t1.s | count 1 &&
-; RUN: grep  4660  %t1.s | count 1 &&
-; RUN: grep 22136  %t1.s | count 1 &&
-; RUN: grep 43981  %t1.s | count 1 &&
-; RUN: grep 61202  %t1.s | count 1 &&
-; RUN: grep 16393  %t1.s | count 1 &&
-; RUN: grep  8699  %t1.s | count 1 &&
-; RUN: grep 21572  %t1.s | count 1 &&
-; RUN: grep 11544  %t1.s | count 1 &&
-; RUN: grep 1311768467750121234 %t1.s | count 1 &&
-; RUN: grep lqx    %t2.s | count 6 &&
+; RUN: grep il     %t1.s | count 16 
+; RUN: grep ilhu   %t1.s | count 8 
+; RUN: grep ilh    %t1.s | count 13
+; RUN: grep iohl   %t1.s | count 7
+; RUN: grep lqa    %t1.s | count 6
+; RUN: grep 24672  %t1.s | count 2 
+; RUN: grep 16429  %t1.s | count 1
+; RUN: grep 63572  %t1.s | count 1
+; RUN: grep  4660  %t1.s | count 1
+; RUN: grep 22136  %t1.s | count 1
+; RUN: grep 43981  %t1.s | count 1
+; RUN: grep 61202  %t1.s | count 1
+; RUN: grep 16393  %t1.s | count 1
+; RUN: grep  8699  %t1.s | count 1
+; RUN: grep 21572  %t1.s | count 1
+; RUN: grep 11544  %t1.s | count 1
+; RUN: grep 1311768467750121234 %t1.s | count 1
+; RUN: grep lqx    %t2.s | count 6
 ; RUN: grep ila    %t2.s | count 6
 
 target datalayout = "E-p:32:32:128-f64:64:128-f32:32:128-i64:32:128-i32:32:128-i16:16:128-i8:8:128-i1:8:128-a0:0:128-v128:128:128"
index 104a205ec53a9180aa7144f8c993117c9b00ffea..3d28e602f6d60531b614bf991a8e0bf3d4865d90 100644 (file)
@@ -1,16 +1,16 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
-; RUN: grep cbd     %t1.s | count 3 &&
-; RUN: grep chd     %t1.s | count 3 &&
-; RUN: grep cwd     %t1.s | count 6 &&
-; RUN: grep il      %t1.s | count 4 &&
-; RUN: grep ilh     %t1.s | count 3 &&
-; RUN: grep iohl    %t1.s | count 1 &&
-; RUN: grep ilhu    %t1.s | count 1 &&
-; RUN: grep shufb   %t1.s | count 12 &&
-; RUN: grep 17219   %t1.s | count 1 &&
-; RUN: grep 22598   %t1.s | count 1 &&
-; RUN: grep -- -39  %t1.s | count 1 &&
-; RUN: grep    24   %t1.s | count 1 &&
+; RUN: grep cbd     %t1.s | count 3 
+; RUN: grep chd     %t1.s | count 3
+; RUN: grep cwd     %t1.s | count 6
+; RUN: grep il      %t1.s | count 4
+; RUN: grep ilh     %t1.s | count 3
+; RUN: grep iohl    %t1.s | count 1
+; RUN: grep ilhu    %t1.s | count 1
+; RUN: grep shufb   %t1.s | count 12
+; RUN: grep 17219   %t1.s | count 1 
+; RUN: grep 22598   %t1.s | count 1
+; RUN: grep -- -39  %t1.s | count 1
+; RUN: grep    24   %t1.s | count 1
 ; RUN: grep  1159   %t1.s | count 1
 ; ModuleID = 'vecinsert.bc'
 target datalayout = "E-p:32:32:128-f64:64:128-f32:32:128-i64:32:128-i32:32:128-i16:16:128-i8:8:128-i1:8:128-a0:0:128-v128:128:128"