diff options
| author | Michael Liao <michael.liao@intel.com> | 2013-04-30 07:51:08 +0000 |
|---|---|---|
| committer | Michael Liao <michael.liao@intel.com> | 2013-04-30 07:51:08 +0000 |
| commit | c9ae780b5b5ec05841d56ae334cada0aec73732b (patch) | |
| tree | 5d3a57933c46f9bc9d3349088ca24a3df499e399 /llvm/test/CodeGen/X86/commute-intrinsic.ll | |
| parent | 036d16d916081d2622531e37df0650bfd2fa4536 (diff) | |
| download | bcm5719-llvm-c9ae780b5b5ec05841d56ae334cada0aec73732b.tar.gz bcm5719-llvm-c9ae780b5b5ec05841d56ae334cada0aec73732b.zip | |
Rewrite X86 codegen regression test with FileCheck
llvm-svn: 180776
Diffstat (limited to 'llvm/test/CodeGen/X86/commute-intrinsic.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/commute-intrinsic.ll | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/commute-intrinsic.ll b/llvm/test/CodeGen/X86/commute-intrinsic.ll index d810cb1eff7..7d5ca476689 100644 --- a/llvm/test/CodeGen/X86/commute-intrinsic.ll +++ b/llvm/test/CodeGen/X86/commute-intrinsic.ll @@ -1,4 +1,6 @@ -; RUN: llc < %s -mtriple=i386-apple-darwin -mattr=+sse2 -relocation-model=static | not grep movaps +; RUN: llc < %s -mtriple=i386-apple-darwin -mattr=+sse2 -relocation-model=static | FileCheck %s + +; CHECK-NOT: movaps @a = external global <2 x i64> ; <<2 x i64>*> [#uses=1] |

