X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FX86%2Fextended-fma-contraction.ll;h=858eabcb7dc6ca3f0459927970bb70e1e1527e36;hb=564ff6478c3eb44c8d80e275d4da57691f715e29;hp=e0dfbed79457ab1f520f2913cf00dda3a673ebc9;hpb=36f6df78add32371df38266f02c2197a608f83ae;p=oota-llvm.git diff --git a/test/CodeGen/X86/extended-fma-contraction.ll b/test/CodeGen/X86/extended-fma-contraction.ll index e0dfbed7945..858eabcb7dc 100644 --- a/test/CodeGen/X86/extended-fma-contraction.ll +++ b/test/CodeGen/X86/extended-fma-contraction.ll @@ -1,7 +1,7 @@ -; 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 -mcpu=bdver2 -mattr=-fma -mtriple=x86_64-apple-darwin < %s | FileCheck %s +; RUN: llc -march=x86 -mcpu=bdver2 -mattr=-fma,-fma4 -mtriple=x86_64-apple-darwin < %s | FileCheck %s --check-prefix=CHECK-NOFMA -; CHECK: fmafunc +; CHECK-LABEL: fmafunc define <3 x float> @fmafunc(<3 x float> %a, <3 x float> %b, <3 x float> %c) { ; CHECK-NOT: vmulps