mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:29:58 +00:00
test/CodeGen/X86/fp-fast.ll: Add +avx.
llvm-svn: 167207
This commit is contained in:
parent
8f66d7107c
commit
e2c67c353f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user