Attempt to appease buildbot after r185956 by explicitly turning setting -fma,-fma4...
authorStephen Lin <stephenwlin@gmail.com>
Tue, 9 Jul 2013 18:41:43 +0000 (18:41 +0000)
committerStephen Lin <stephenwlin@gmail.com>
Tue, 9 Jul 2013 18:41:43 +0000 (18:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185958 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/extended-fma-contraction.ll
test/CodeGen/X86/wide-fma-contraction.ll

index ef2c22b9ab8b9750642ce9ad196d97c39f07735d..e0dfbed79457ab1f520f2913cf00dda3a673ebc9 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llc -march=x86 -mattr=+fma4 -mtriple=x86_64-apple-darwin < %s | FileCheck %s
-; RUN: llc -march=x86 -mtriple=x86_64-apple-darwin < %s | FileCheck %s --check-prefix=CHECK-NOFMA
+; RUN: llc -march=x86 -mattr=-fma,-fma4 -mtriple=x86_64-apple-darwin < %s | FileCheck %s --check-prefix=CHECK-NOFMA
 
 ; CHECK: fmafunc
 define <3 x float> @fmafunc(<3 x float> %a, <3 x float> %b, <3 x float> %c) {
index 7ee0fbaf59cdee186b4659ac757814fa1fd18786..c4f73dab9724108eb13346d7aabd1a2d427aadea 100644 (file)
@@ -1,5 +1,5 @@
 ; RUN: llc -march=x86 -mattr=+fma4 -mtriple=x86_64-apple-darwin < %s | FileCheck %s
-; RUN: llc -march=x86 -mtriple=x86_64-apple-darwin < %s | FileCheck %s --check-prefix=CHECK-NOFMA
+; RUN: llc -march=x86 -mattr=-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) {