From cb596baadd43c4a3b34bdd1dd085553cb25521b6 Mon Sep 17 00:00:00 2001 From: Filipe Cabecinhas Date: Mon, 19 May 2014 04:47:12 +0000 Subject: [PATCH] Change the blend tests to AVX, not AVX2. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209107 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/{avx2.ll => avx.ll} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/CodeGen/X86/{avx2.ll => avx.ll} (89%) diff --git a/test/CodeGen/X86/avx2.ll b/test/CodeGen/X86/avx.ll similarity index 89% rename from test/CodeGen/X86/avx2.ll rename to test/CodeGen/X86/avx.ll index 290d0b6557b..208e3844f11 100644 --- a/test/CodeGen/X86/avx2.ll +++ b/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