summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Cabecinhas <me@filcab.net>2014-05-19 04:47:12 +0000
committerFilipe Cabecinhas <me@filcab.net>2014-05-19 04:47:12 +0000
commitcc8c96c1335af3c23a78cf3dbc3690316d43abe8 (patch)
treeafee46e6ca40e296a5fa000a912c45395f5231c1
parent2fd026207fdebf5490d58bb444eaf7765c323f13 (diff)
downloadbcm5719-llvm-cc8c96c1335af3c23a78cf3dbc3690316d43abe8.tar.gz
bcm5719-llvm-cc8c96c1335af3c23a78cf3dbc3690316d43abe8.zip
Change the blend tests to AVX, not AVX2.
llvm-svn: 209107
-rw-r--r--llvm/test/CodeGen/X86/avx.ll (renamed from llvm/test/CodeGen/X86/avx2.ll)2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/avx2.ll b/llvm/test/CodeGen/X86/avx.ll
index 290d0b6557b..208e3844f11 100644
--- a/llvm/test/CodeGen/X86/avx2.ll
+++ b/llvm/test/CodeGen/X86/avx.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=core-avx2 -mattr=+avx2 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7-avx | FileCheck %s
define <4 x i32> @blendvb_fallback_v4i32(<4 x i1> %mask, <4 x i32> %x, <4 x i32> %y) {
; CHECK-LABEL: @blendvb_fallback_v4i32
OpenPOWER on IntegriCloud