diff options
| author | Benjamin Kramer <benny.kra@googlemail.com> | 2012-02-05 11:19:39 +0000 |
|---|---|---|
| committer | Benjamin Kramer <benny.kra@googlemail.com> | 2012-02-05 11:19:39 +0000 |
| commit | 93492b87650def0848d34291652d568c393c11f0 (patch) | |
| tree | 55b6c20c65c944f73a69f1d74dbfde2d3e6bb744 /llvm/test/CodeGen/X86/shl-i64.ll | |
| parent | 3ea96a701e70969034b5c2cc7833a977ad601bac (diff) | |
| download | bcm5719-llvm-93492b87650def0848d34291652d568c393c11f0.tar.gz bcm5719-llvm-93492b87650def0848d34291652d568c393c11f0.zip | |
Testing vector code without sse doesn't make much sense.
Should bring arm and ppc testers back to life (they default to -mcpu=generic)
llvm-svn: 149821
Diffstat (limited to 'llvm/test/CodeGen/X86/shl-i64.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/shl-i64.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/shl-i64.ll b/llvm/test/CodeGen/X86/shl-i64.ll index 1cfc2c6b127..f00058a8a88 100644 --- a/llvm/test/CodeGen/X86/shl-i64.ll +++ b/llvm/test/CodeGen/X86/shl-i64.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86 < %s | FileCheck %s +; RUN: llc -march=x86 -mattr=+sse2 < %s | FileCheck %s ; Make sure that we don't generate an illegal i64 extract after LegalizeType. ; CHECK: shll |

