From: NAKAMURA Takumi Date: Thu, 1 Nov 2012 02:13:45 +0000 (+0000) Subject: test/CodeGen/X86/fp-fast.ll: Add +avx. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b75111f1efa2baf122f07173ab8d16e8d48737b4;p=oota-llvm.git test/CodeGen/X86/fp-fast.ll: Add +avx. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@167207 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/fp-fast.ll b/test/CodeGen/X86/fp-fast.ll index 192a1273580..d70aa7d79f0 100644 --- a/test/CodeGen/X86/fp-fast.ll +++ b/test/CodeGen/X86/fp-fast.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86-64 -mattr=-fma4 -mtriple=x86_64-apple-darwin -enable-unsafe-fp-math < %s | FileCheck %s +; RUN: llc -march=x86-64 -mattr=+avx,-fma4 -mtriple=x86_64-apple-darwin -enable-unsafe-fp-math < %s | FileCheck %s ; CHECK: test1 define float @test1(float %a) {