diff options
author | Chris Lattner <sabre@nondot.org> | 2008-01-18 19:53:43 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-01-18 19:53:43 +0000 |
commit | 994d6cfb3d3b942200073e2f88900708f0c16e9c (patch) | |
tree | 2db44c034d9bb0fffa00b769e2db2e810b352432 /test/CodeGen/CellSPU/intrinsics_float.ll | |
parent | 9929207fdeb3b26c5513a8f4c03b74e90556d2dc (diff) | |
download | external_llvm-994d6cfb3d3b942200073e2f88900708f0c16e9c.zip external_llvm-994d6cfb3d3b942200073e2f88900708f0c16e9c.tar.gz external_llvm-994d6cfb3d3b942200073e2f88900708f0c16e9c.tar.bz2 |
remove extraneous &&'s from tests, as Scott is apparently not going to.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46173 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/CellSPU/intrinsics_float.ll')
-rw-r--r-- | test/CodeGen/CellSPU/intrinsics_float.ll | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/CodeGen/CellSPU/intrinsics_float.ll b/test/CodeGen/CellSPU/intrinsics_float.ll index f5a192a..64a5b73 100644 --- a/test/CodeGen/CellSPU/intrinsics_float.ll +++ b/test/CodeGen/CellSPU/intrinsics_float.ll @@ -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 +} |