Fix some tests. The grep for "il" was matching "file".
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 3 Dec 2008 17:14:56 +0000 (17:14 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 3 Dec 2008 17:14:56 +0000 (17:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60485 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/CellSPU/call_indirect.ll
test/CodeGen/CellSPU/fdiv.ll
test/CodeGen/CellSPU/immed32.ll
test/CodeGen/CellSPU/immed64.ll
test/CodeGen/CellSPU/vec_const.ll
test/CodeGen/CellSPU/vecinsert.ll

index f38cba970bfefd733298b318d3189a3efc62a24a..e1924e83eb184dd8426c0a067f97045ba6ee2001 100644 (file)
@@ -11,7 +11,7 @@
 ; RUN: grep iohl    %t2.s | count 2
 ; RUN: grep rotqby  %t2.s | count 6
 ; RUN: grep lqd     %t2.s | count 18
-; RUN: grep il      %t2.s | count 2
+; RUN: grep ilhu    %t2.s | count 2
 ; RUN: grep ai      %t2.s | count 9
 ; RUN: grep dispatch_tab %t2.s | count 6
 
index 75af90e23f88541ea67f50942c677b096233198a..826a2faaabfd55b8906e9348e4a7d263590d5a03 100644 (file)
@@ -1,6 +1,6 @@
 ; 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 -w 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
index 2cadfff9dca0609c72d54c0882d854212e977abd..bf471b1eb1cedd99b72198da07804a8cbc9a9537 100644 (file)
@@ -1,7 +1,7 @@
 ; 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 -w il    %t1.s | count 3
 ; RUN: grep 16429 %t1.s | count 1
 ; RUN: grep 63572 %t1.s | count 1
 ; RUN: grep   128 %t1.s | count 1
index d93322202adf8256ae093050faa4a394bf889106..bbda3ff329cb74808e1450d80bed02c57a19d109 100644 (file)
@@ -1,6 +1,8 @@
 ; RUN: llvm-as -o - %s | llc -march=cellspu > %t1.s
 ; RUN: grep lqa        %t1.s | count 13
-; RUN: grep il         %t1.s | count 22
+; RUN: grep ilhu       %t1.s | count 15
+; RUN: grep ila        %t1.s | count 1
+; RUN: grep -w il      %t1.s | count 6
 ; RUN: grep shufb      %t1.s | count 13
 ; RUN: grep      65520 %t1.s | count  1
 ; RUN: grep      43981 %t1.s | count  1
index f604100c4c8c4368f0e917bf56d6c1fb3d2744e8..4b29adc8092165a6cec5165acb86438344a7bcf0 100644 (file)
@@ -1,8 +1,8 @@
 ; 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 -w il  %t1.s | count 3
 ; RUN: grep ilhu   %t1.s | count 8
-; RUN: grep ilh    %t1.s | count 13
+; RUN: grep -w ilh %t1.s | count 5
 ; RUN: grep iohl   %t1.s | count 7
 ; RUN: grep lqa    %t1.s | count 6
 ; RUN: grep 24672  %t1.s | count 2
index 726fe3f77c9b888313d1ffb8b6e57173ca1593d2..6abbd9ac797de0b0e9a95350d80f0bffe9b7ce4c 100644 (file)
@@ -2,8 +2,8 @@
 ; RUN: grep cbd     %t1.s | count 5
 ; RUN: grep chd     %t1.s | count 5
 ; RUN: grep cwd     %t1.s | count 10
-; RUN: grep il      %t1.s | count 15
-; RUN: grep ilh     %t1.s | count 10
+; RUN: grep -w il   %t1.s | count 5
+; RUN: grep -w ilh  %t1.s | count 6
 ; RUN: grep iohl    %t1.s | count 1
 ; RUN: grep ilhu    %t1.s | count 4
 ; RUN: grep shufb   %t1.s | count 26