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 | d52d9cd038ea325f81dda1fbfadaa3cddcfeb1a9 (patch) | |
tree | a98a20d7f77202eedb739eef23a29bad940e94e9 /test/CodeGen/X86 | |
parent | 3d6b64a1ebe4f5bbb77132758262b3d48e55bb8e (diff) | |
download | external_llvm-d52d9cd038ea325f81dda1fbfadaa3cddcfeb1a9.zip external_llvm-d52d9cd038ea325f81dda1fbfadaa3cddcfeb1a9.tar.gz external_llvm-d52d9cd038ea325f81dda1fbfadaa3cddcfeb1a9.tar.bz2 |
Testing vector code without sse doesn't make much sense.
Should bring arm and ppc testers back to life (they default to -mcpu=generic)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149821 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r-- | test/CodeGen/X86/shl-i64.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/shl-i64.ll b/test/CodeGen/X86/shl-i64.ll index 1cfc2c6..f00058a 100644 --- a/test/CodeGen/X86/shl-i64.ll +++ b/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 |