mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-22 13:29:44 +00:00
Appease Atom buildbot after r185956 (explicitly turn on AVX)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185961 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b9c8c40acb
commit
1a2b2481ee
@ -1,5 +1,5 @@
|
||||
; 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 -mattr=+avx,-fma,-fma4 -mtriple=x86_64-apple-darwin < %s | FileCheck %s --check-prefix=CHECK-NOFMA
|
||||
|
||||
; CHECK: fmafunc
|
||||
define <3 x float> @fmafunc(<3 x float> %a, <3 x float> %b, <3 x float> %c) {
|
||||
|
@ -1,5 +1,5 @@
|
||||
; 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 -mattr=+avx,-fma,-fma4 -mtriple=x86_64-apple-darwin < %s | FileCheck %s --check-prefix=CHECK-NOFMA
|
||||
|
||||
; CHECK: fmafunc
|
||||
define <16 x float> @fmafunc(<16 x float> %a, <16 x float> %b, <16 x float> %c) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user