fixed to test features, not CPUs
authorSanjay Patel <spatel@rotateright.com>
Wed, 11 Feb 2015 14:58:25 +0000 (14:58 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 11 Feb 2015 14:58:25 +0000 (14:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228834 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/vec_split.ll

index bc2c6633f20dfb8b9cbdfc56c1a96f201ca6b896..1df4cf2b2325fb777d92216e66f9ba32d330034b 100644 (file)
@@ -1,6 +1,6 @@
-; RUN: llc -march=x86-64 -mcpu=corei7 < %s | FileCheck %s -check-prefix=SSE4
-; RUN: llc -march=x86-64 -mcpu=corei7-avx < %s | FileCheck %s -check-prefix=AVX1
-; RUN: llc -march=x86-64 -mcpu=core-avx2 < %s | FileCheck %s -check-prefix=AVX2
+; RUN: llc -march=x86-64 -mattr=sse4.1 < %s | FileCheck %s -check-prefix=SSE4
+; RUN: llc -march=x86-64 -mattr=avx < %s | FileCheck %s -check-prefix=AVX1
+; RUN: llc -march=x86-64 -mattr=avx2 < %s | FileCheck %s -check-prefix=AVX2
 
 define <16 x i16> @split16(<16 x i16> %a, <16 x i16> %b, <16 x i8> %__mask) {
 ; SSE4-LABEL: split16: