X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fwiden_conv-1.ll;h=3f54ab694c07124878e6c8cab7d10ef0ad87e48a;hb=5dc8ac87f1540499528c3daaf0e7aff78516bd1f;hp=d6742449f83b9a6904d8f9fce89fd49b91e8913c;hpb=fea1dd08044c85fb2f74b409704bb742dc817846;p=oota-llvm.git diff --git a/test/CodeGen/X86/widen_conv-1.ll b/test/CodeGen/X86/widen_conv-1.ll index d6742449f83..3f54ab694c0 100644 --- a/test/CodeGen/X86/widen_conv-1.ll +++ b/test/CodeGen/X86/widen_conv-1.ll @@ -1,6 +1,5 @@ -; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse42 -disable-mmx -o %t -; RUN: grep pshufd %t | count 1 -; RUN: grep paddd %t | count 1 +; RUN: llc < %s -march=x86 -mattr=+sse4.2 | FileCheck %s +; CHECK: paddd ; truncate v2i64 to v2i32