diff options
author | Michael Liao <michael.liao@intel.com> | 2013-05-01 05:34:30 +0000 |
---|---|---|
committer | Michael Liao <michael.liao@intel.com> | 2013-05-01 05:34:30 +0000 |
commit | bc793a775e7bc107032ed593c38a1552040d9431 (patch) | |
tree | 4712b08a982bf8c087547476aadf32a1ebac3bbd /llvm/test/CodeGen/X86/vec_set-D.ll | |
parent | fd86e16dbd23ab2494ef4e5f938708e78a7705e3 (diff) | |
download | bcm5719-llvm-bc793a775e7bc107032ed593c38a1552040d9431.tar.gz bcm5719-llvm-bc793a775e7bc107032ed593c38a1552040d9431.zip |
More rewrites of x86 codegen regression tests with FileCheck
llvm-svn: 180837
Diffstat (limited to 'llvm/test/CodeGen/X86/vec_set-D.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vec_set-D.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_set-D.ll b/llvm/test/CodeGen/X86/vec_set-D.ll index 3d6369e1c76..9c1e1acf0ba 100644 --- a/llvm/test/CodeGen/X86/vec_set-D.ll +++ b/llvm/test/CodeGen/X86/vec_set-D.ll @@ -1,4 +1,6 @@ -; RUN: llc < %s -march=x86 -mattr=+sse2 | grep movq +; RUN: llc < %s -march=x86 -mattr=+sse2 | FileCheck %s + +; CHECK: movq define <4 x i32> @t(i32 %x, i32 %y) nounwind { %tmp1 = insertelement <4 x i32> zeroinitializer, i32 %x, i32 0 |