llvm/test/CodeGen/X86/fp-fast.ll: Suppress FMA4 on AMD Bulldozer host, corresponding to r162999.

llvm-svn: 163041
This commit is contained in:
NAKAMURA Takumi 2012-09-01 00:26:28 +00:00
parent ff50ef38c7
commit 528a7eb3d4

View File

@ -1,4 +1,4 @@
; RUN: llc -march=x86-64 -mtriple=x86_64-apple-darwin -enable-unsafe-fp-math < %s | FileCheck %s
; RUN: llc -march=x86-64 -mattr=-fma4 -mtriple=x86_64-apple-darwin -enable-unsafe-fp-math < %s | FileCheck %s
; CHECK: test1
define float @test1(float %a) {