From cb2ff33a8abcecc6205a92fb397c892a260d3404 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Wed, 11 Feb 2015 15:00:41 +0000 Subject: [PATCH] fixed to test features, not CPUs git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228836 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/vec_fabs.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/vec_fabs.ll b/test/CodeGen/X86/vec_fabs.ll index ac02acfed34..bfefbcf5ebd 100644 --- a/test/CodeGen/X86/vec_fabs.ll +++ b/test/CodeGen/X86/vec_fabs.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mcpu=corei7-avx | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-unknown-unknown -mattr=avx | FileCheck %s define <2 x double> @fabs_v2f64(<2 x double> %p) -- 2.34.1