diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-04-04 10:24:24 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-04-04 10:24:24 +0000 |
commit | cfdd807cfa5c28a54ae6480bb5475e6e44940433 (patch) | |
tree | 21b325b5e90ec5df968d5a15d9b69f6d8c03af9f | |
parent | e032590f58e400ba25e416da5bee10a85ad6d114 (diff) |
Try SSE2?
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68423 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/dagcombine-buildvector.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/dagcombine-buildvector.ll b/test/CodeGen/X86/dagcombine-buildvector.ll index 2a4e54fbcc..c89a296d0d 100644 --- a/test/CodeGen/X86/dagcombine-buildvector.ll +++ b/test/CodeGen/X86/dagcombine-buildvector.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s | llc -march=x86 -mattr=sse -o %t -f +; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -o %t -f ; RUN: grep unpcklpd %t | count 1 ; RUN: grep movapd %t | count 1 |