summaryrefslogtreecommitdiffstats
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
commit68d1700eaea5a3cdc23c3c1bb0e4f28c8167fe25 (patch)
tree9627c7a3e91cf55bb4ac078940139c1bd0012561
parent0b2dbe0ebe1c0c0c59d3fb86f81989f4b20bfe0c (diff)
downloadbcm5719-llvm-68d1700eaea5a3cdc23c3c1bb0e4f28c8167fe25.tar.gz
bcm5719-llvm-68d1700eaea5a3cdc23c3c1bb0e4f28c8167fe25.zip
test/CodeGen/X86/fp-fast.ll: Add +avx.
llvm-svn: 167207
-rw-r--r--llvm/test/CodeGen/X86/fp-fast.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fp-fast.ll b/llvm/test/CodeGen/X86/fp-fast.ll
index 192a1273580..d70aa7d79f0 100644
--- a/llvm/test/CodeGen/X86/fp-fast.ll
+++ b/llvm/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) {
OpenPOWER on IntegriCloud