fixed to test only the feature, not the feature and a CPU
authorSanjay Patel <spatel@rotateright.com>
Fri, 6 Mar 2015 20:57:40 +0000 (20:57 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 6 Mar 2015 20:57:40 +0000 (20:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231515 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/avx-vperm2x128.ll

index ef3f7952477851b6f6de34ace92f95d46b744fca..c115ba4d5a35a5c7e2cbbab635dccac6a3eeb5b3 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -mattr=+avx | FileCheck %s --check-prefix=ALL --check-prefix=AVX1
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core-avx2 -mattr=+avx2 | FileCheck %s --check-prefix=ALL --check-prefix=AVX2
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+avx | FileCheck %s --check-prefix=ALL --check-prefix=AVX1
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+avx2 | FileCheck %s --check-prefix=ALL --check-prefix=AVX2
 
 define <8 x float> @A(<8 x float> %a, <8 x float> %b) nounwind uwtable readnone ssp {
 ; ALL-LABEL: A: