summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2015-03-06 21:19:32 +0000
committerSanjay Patel <spatel@rotateright.com>2015-03-06 21:19:32 +0000
commiteb60f0728d3d664a2021a52ec2a169ee1b0e0127 (patch)
tree2991d08e99e0842a082452377fb484b35fc6d907
parent9c04ad5ed7d82d0199b508a7d1368bf96c3bbfad (diff)
downloadbcm5719-llvm-eb60f0728d3d664a2021a52ec2a169ee1b0e0127.tar.gz
bcm5719-llvm-eb60f0728d3d664a2021a52ec2a169ee1b0e0127.zip
fixed to test only the feature, not the feature and a CPU
llvm-svn: 231520
-rw-r--r--llvm/test/CodeGen/X86/avx-intel-ocl.ll8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/X86/avx-intel-ocl.ll b/llvm/test/CodeGen/X86/avx-intel-ocl.ll
index b2836d30a08..3923ca850d1 100644
--- a/llvm/test/CodeGen/X86/avx-intel-ocl.ll
+++ b/llvm/test/CodeGen/X86/avx-intel-ocl.ll
@@ -1,7 +1,7 @@
-; RUN: llc < %s -mtriple=i686-apple-darwin -mcpu=corei7-avx -mattr=+avx | FileCheck -check-prefix=X32 %s
-; RUN: llc < %s -mtriple=i386-pc-win32 -mcpu=corei7-avx -mattr=+avx | FileCheck -check-prefix=X32 %s
-; RUN: llc < %s -mtriple=x86_64-win32 -mcpu=corei7-avx -mattr=+avx | FileCheck -check-prefix=WIN64 %s
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -mattr=+avx | FileCheck -check-prefix=X64 %s
+; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=+avx | FileCheck -check-prefix=X32 %s
+; RUN: llc < %s -mtriple=i386-pc-win32 -mattr=+avx | FileCheck -check-prefix=X32 %s
+; RUN: llc < %s -mtriple=x86_64-win32 -mattr=+avx | FileCheck -check-prefix=WIN64 %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -mattr=+avx | FileCheck -check-prefix=X64 %s
declare <16 x float> @func_float16_ptr(<16 x float>, <16 x float> *)
declare <16 x float> @func_float16(<16 x float>, <16 x float>)
OpenPOWER on IntegriCloud