summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/widen_arith-2.ll
diff options
context:
space:
mode:
authorMon P Wang <wangmp@apple.com>2009-10-16 22:09:05 +0000
committerMon P Wang <wangmp@apple.com>2009-10-16 22:09:05 +0000
commit1a015acf698029e9414da408eded5910a56b9715 (patch)
tree4d4265ae02316b8d12e00eb3fbc10c12809b40e9 /llvm/test/CodeGen/X86/widen_arith-2.ll
parentb06ec054fc5503724a321e0c7ac894f42e38f2ce (diff)
downloadbcm5719-llvm-1a015acf698029e9414da408eded5910a56b9715.tar.gz
bcm5719-llvm-1a015acf698029e9414da408eded5910a56b9715.zip
Update tests to use FileCheck
llvm-svn: 84282
Diffstat (limited to 'llvm/test/CodeGen/X86/widen_arith-2.ll')
-rw-r--r--llvm/test/CodeGen/X86/widen_arith-2.ll7
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/X86/widen_arith-2.ll b/llvm/test/CodeGen/X86/widen_arith-2.ll
index e2420f0ff19..fdecaa3f77f 100644
--- a/llvm/test/CodeGen/X86/widen_arith-2.ll
+++ b/llvm/test/CodeGen/X86/widen_arith-2.ll
@@ -1,9 +1,8 @@
-; RUN: llc < %s -march=x86 -mattr=+sse42 -disable-mmx -o %t
-; RUN: grep paddb %t | count 1
-; RUN: grep pand %t | count 1
+; RUN: llc < %s -march=x86 -mattr=+sse42 -disable-mmx | FileCheck %s
+; CHECK: paddb
+; CHECK: pand
; widen v8i8 to v16i8 (checks even power of 2 widening with add & and)
-target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
define void @update(i64* %dst_i, i64* %src_i, i32 %n) nounwind {
entry:
OpenPOWER on IntegriCloud