mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-28 04:33:05 +00:00
ARM: force soft-float ABI for tests depending on it.
This should fix the ARM bots. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197555 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e66345aed4
commit
645efd763d
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=arm -mcpu=cortex-a9 | FileCheck %s
|
||||
; RUN: llc < %s -march=arm -float-abi=soft -mcpu=cortex-a9 | FileCheck %s
|
||||
|
||||
@A = global <4 x float> <float 0., float 1., float 2., float 3.>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=arm -mattr=+vfp2 | FileCheck %s
|
||||
; RUN: llc < %s -march=arm -float-abi=soft -mattr=+vfp2 | FileCheck %s
|
||||
|
||||
define float @f(i32 %a) {
|
||||
;CHECK-LABEL: f:
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=arm -mattr=+vfp2 | FileCheck %s
|
||||
; RUN: llc < %s -march=arm -float-abi=soft -mattr=+vfp2 | FileCheck %s
|
||||
|
||||
define float @f1(float %a) {
|
||||
; CHECK-LABEL: f1:
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=arm -mattr=+neon,+v6t2 | FileCheck %s
|
||||
; RUN: llc < %s -march=arm -float-abi=soft -mattr=+neon,+v6t2 | FileCheck %s
|
||||
|
||||
; Radar 7449043
|
||||
%struct.int32x4_t = type { <4 x i32> }
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s
|
||||
; RUN: llc < %s -march=arm -float-abi=soft -mattr=+neon | FileCheck %s
|
||||
|
||||
; CHECK: t1
|
||||
; CHECK: vldr d
|
||||
|
@ -1,5 +1,5 @@
|
||||
; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s
|
||||
; RUN: llc < %s -march=arm -mcpu=swift | FileCheck %s --check-prefix=SWIFT
|
||||
; RUN: llc < %s -march=arm -float-abi=soft -mattr=+neon | FileCheck %s
|
||||
; RUN: llc < %s -march=arm -float-abi=soft -mcpu=swift | FileCheck %s --check-prefix=SWIFT
|
||||
|
||||
; CHECK: t1
|
||||
; CHECK: vld1.64
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s
|
||||
; RUN: llc < %s -march=arm -float-abi=soft -mattr=+neon | FileCheck %s
|
||||
|
||||
define <16 x i8> @vcombine8(<8 x i8>* %A, <8 x i8>* %B) nounwind {
|
||||
; CHECK: vcombine8
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s
|
||||
; RUN: llc < %s -march=arm -float-abi=soft -mattr=+neon | FileCheck %s
|
||||
|
||||
define <8 x i8> @v_dup8(i8 %A) nounwind {
|
||||
;CHECK-LABEL: v_dup8:
|
||||
|
@ -1,5 +1,5 @@
|
||||
; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s
|
||||
; RUN: llc < %s -march=arm -mattr=+neon -regalloc=basic | FileCheck %s
|
||||
; RUN: llc < %s -march=arm -float-abi=soft -mattr=+neon | FileCheck %s
|
||||
; RUN: llc < %s -march=arm -float-abi=soft -mattr=+neon -regalloc=basic | FileCheck %s
|
||||
|
||||
define <8 x i8> @vld1i8(i8* %A) nounwind {
|
||||
;CHECK-LABEL: vld1i8:
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s
|
||||
; RUN: llc < %s -march=arm -float-abi=soft -mattr=+neon | FileCheck %s
|
||||
|
||||
define <8 x i8> @vld1dupi8(i8* %A) nounwind {
|
||||
;CHECK-LABEL: vld1dupi8:
|
||||
|
@ -1,5 +1,5 @@
|
||||
; RUN: llc < %s -march=arm -mattr=+neon | FileCheck %s
|
||||
; RUN: llc < %s -march=arm -mattr=+neon -regalloc=basic | FileCheck %s
|
||||
; RUN: llc < %s -march=arm -float-abi=soft -mattr=+neon | FileCheck %s
|
||||
; RUN: llc < %s -march=arm -float-abi=soft -mattr=+neon -regalloc=basic | FileCheck %s
|
||||
|
||||
define <8 x i8> @vld1lanei8(i8* %A, <8 x i8>* %B) nounwind {
|
||||
;CHECK-LABEL: vld1lanei8:
|
||||
|
Loading…
Reference in New Issue
Block a user