[llvm-commits] [llvm] r163041 - /llvm/trunk/test/CodeGen/X86/fp-fast.ll

NAKAMURA Takumi geek4civic at gmail.com
Fri Aug 31 17:26:28 PDT 2012


Author: chapuni
Date: Fri Aug 31 19:26:28 2012
New Revision: 163041

URL: http://llvm.org/viewvc/llvm-project?rev=163041&view=rev
Log:
llvm/test/CodeGen/X86/fp-fast.ll: Suppress FMA4 on AMD Bulldozer host, corresponding to r162999.

Modified:
    llvm/trunk/test/CodeGen/X86/fp-fast.ll

Modified: llvm/trunk/test/CodeGen/X86/fp-fast.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fp-fast.ll?rev=163041&r1=163040&r2=163041&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fp-fast.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fp-fast.ll Fri Aug 31 19:26:28 2012
@@ -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) {





More information about the llvm-commits mailing list