mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-07 14:33:15 +00:00
Make tests less sensitive to scheduling changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151260 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
92fc97afa7
commit
9f78379aee
@ -6,9 +6,9 @@ target triple = "thumbv7-apple-macosx10.6.7"
|
||||
;CHECK: Ldebug_loc0:
|
||||
;CHECK-NEXT: .long Ltmp0
|
||||
;CHECK-NEXT: .long Ltmp1
|
||||
;CHECK-NEXT: Lset[[N:[0-9]+]] = Ltmp8-Ltmp7 @ Loc expr size
|
||||
;CHECK-NEXT: Lset[[N:[0-9]+]] = Ltmp{{[0-9]+}}-Ltmp[[M:[0-9]+]] @ Loc expr size
|
||||
;CHECK-NEXT: .short Lset[[N]]
|
||||
;CHECK-NEXT: Ltmp7:
|
||||
;CHECK-NEXT: Ltmp[[M]]:
|
||||
;CHECK-NEXT: .byte 144 @ DW_OP_regx for S register
|
||||
|
||||
define void @_Z3foov() optsize ssp {
|
||||
|
@ -1,5 +1,5 @@
|
||||
; RUN: llc < %s -mtriple=armv7-apple-darwin -mcpu=cortex-a8 | FileCheck %s -check-prefix=SOFT
|
||||
; RUN: llc < %s -mtriple=armv7-gnueabi -float-abi=hard -mcpu=cortex-a8 | FileCheck %s -check-prefix=HARD
|
||||
; RUN: llc < %s -disable-post-ra -mtriple=armv7-apple-darwin -mcpu=cortex-a8 | FileCheck %s -check-prefix=SOFT
|
||||
; RUN: llc < %s -disable-post-ra -mtriple=armv7-gnueabi -float-abi=hard -mcpu=cortex-a8 | FileCheck %s -check-prefix=HARD
|
||||
|
||||
; rdar://8984306
|
||||
define float @test1(float %x, float %y) nounwind {
|
||||
@ -60,8 +60,8 @@ entry:
|
||||
define float @test5() nounwind {
|
||||
entry:
|
||||
; SOFT: test5:
|
||||
; SOFT: vmov.i32 [[REG6:(d[0-9]+)]], #0x80000000
|
||||
; SOFT: vmov [[REG7:(d[0-9]+)]], r0, r1
|
||||
; SOFT: vmov.i32 [[REG6:(d[0-9]+)]], #0x80000000
|
||||
; SOFT: vshr.u64 [[REG7]], [[REG7]], #32
|
||||
; SOFT: vbsl [[REG6]], [[REG7]],
|
||||
%0 = tail call double (...)* @bar() nounwind
|
||||
|
Loading…
x
Reference in New Issue
Block a user