From d52d9cd038ea325f81dda1fbfadaa3cddcfeb1a9 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Sun, 5 Feb 2012 11:19:39 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/shl-i64.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/shl-i64.ll b/test/CodeGen/X86/shl-i64.ll index 1cfc2c6b127..f00058a8a88 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 -- 2.34.1