summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-11-01 02:13:45 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-11-01 02:13:45 +0000
commitb75111f1efa2baf122f07173ab8d16e8d48737b4 (patch)
tree7c52ce0c5ec2eb513b1dfe3d5d2c2d7c8edf8ff5 /test
parent607ebde651f18d68e45724c6e3b3544d4786879f (diff)
downloadllvm-b75111f1efa2baf122f07173ab8d16e8d48737b4.tar.gz
llvm-b75111f1efa2baf122f07173ab8d16e8d48737b4.tar.bz2
llvm-b75111f1efa2baf122f07173ab8d16e8d48737b4.tar.xz
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
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/fp-fast.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fp-fast.ll b/test/CodeGen/X86/fp-fast.ll
index 192a127358..d70aa7d79f 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) {