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

NAKAMURA Takumi geek4civic at gmail.com
Wed Oct 31 19:13:45 PDT 2012


Author: chapuni
Date: Wed Oct 31 21:13:45 2012
New Revision: 167207

URL: http://llvm.org/viewvc/llvm-project?rev=167207&view=rev
Log:
test/CodeGen/X86/fp-fast.ll: Add +avx.

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=167207&r1=167206&r2=167207&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fp-fast.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fp-fast.ll Wed Oct 31 21:13:45 2012
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86-64 -mattr=-fma4 -mtriple=x86_64-apple-darwin -enable-unsafe-fp-math < %s | FileCheck %s
+; RUN: llc -march=x86-64 -mattr=+avx,-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