summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/wide-fma-contraction.ll
diff options
context:
space:
mode:
authorStephen Lin <stephenwlin@gmail.com>2013-07-09 18:55:52 +0000
committerStephen Lin <stephenwlin@gmail.com>2013-07-09 18:55:52 +0000
commit1a2b2481ee24c5b6fac8c18845e4a9d0080f8ad2 (patch)
treedf262da16c85ca7924d14bf2141d4fc6585f1c3c /test/CodeGen/X86/wide-fma-contraction.ll
parentb9c8c40acbe120ebf44d2a81382ceee100bcd331 (diff)
downloadllvm-1a2b2481ee24c5b6fac8c18845e4a9d0080f8ad2.tar.gz
llvm-1a2b2481ee24c5b6fac8c18845e4a9d0080f8ad2.tar.bz2
llvm-1a2b2481ee24c5b6fac8c18845e4a9d0080f8ad2.tar.xz
Appease Atom buildbot after r185956 (explicitly turn on AVX)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185961 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/wide-fma-contraction.ll')
-rw-r--r--test/CodeGen/X86/wide-fma-contraction.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/wide-fma-contraction.ll b/test/CodeGen/X86/wide-fma-contraction.ll
index c4f73dab97..ab0cf2f3e1 100644
--- a/test/CodeGen/X86/wide-fma-contraction.ll
+++ b/test/CodeGen/X86/wide-fma-contraction.ll
@@ -1,5 +1,5 @@
; RUN: llc -march=x86 -mattr=+fma4 -mtriple=x86_64-apple-darwin < %s | FileCheck %s
-; RUN: llc -march=x86 -mattr=-fma,-fma4 -mtriple=x86_64-apple-darwin < %s | FileCheck %s --check-prefix=CHECK-NOFMA
+; RUN: llc -march=x86 -mattr=+avx,-fma,-fma4 -mtriple=x86_64-apple-darwin < %s | FileCheck %s --check-prefix=CHECK-NOFMA
; CHECK: fmafunc
define <16 x float> @fmafunc(<16 x float> %a, <16 x float> %b, <16 x float> %c) {