mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-17 23:44:43 +00:00
Eliminate some redundant llvm-as calls.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83837 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d75d267367
commit
90869455b5
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -asm-verbose=false -O3 -relocation-model=pic -disable-fp-elim -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 | FileCheck %s
|
||||
; RUN: llc -asm-verbose=false -O3 -relocation-model=pic -disable-fp-elim -mtriple=thumbv7-apple-darwin -mcpu=cortex-a8 < %s | FileCheck %s
|
||||
|
||||
target datalayout = "e-p:32:32:32-i1:8:32-i8:8:32-i16:16:32-i32:32:32-i64:32:32-f32:32:32-f64:32:32-v64:64:64-v128:128:128-a0:0:32"
|
||||
target triple = "thumbv7-apple-darwin9"
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=msp430 | FileCheck %s
|
||||
; RUN: llc -march=msp430 < %s | FileCheck %s
|
||||
|
||||
target datalayout = "e-p:16:8:8-i8:8:8-i16:8:8-i32:8:8"
|
||||
target triple = "msp430-generic-generic"
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=msp430 | FileCheck %s
|
||||
; RUN: llc -march=msp430 < %s | FileCheck %s
|
||||
target datalayout = "e-p:16:8:8-i8:8:8-i16:8:8-i32:8:8"
|
||||
target triple = "msp430-generic-generic"
|
||||
@foo = common global i16 0, align 2
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=msp430 | FileCheck %s
|
||||
; RUN: llc -march=msp430 < %s | FileCheck %s
|
||||
target datalayout = "e-p:16:8:8-i8:8:8-i16:8:8-i32:8:8"
|
||||
target triple = "msp430-generic-generic"
|
||||
@foo = common global i16 0, align 2
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=msp430 | FileCheck %s
|
||||
; RUN: llc -march=msp430 < %s | FileCheck %s
|
||||
target datalayout = "e-p:16:8:8-i8:8:8-i16:8:8-i32:8:8"
|
||||
target triple = "msp430-generic-generic"
|
||||
@foo = common global i16 0, align 2
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=msp430 | FileCheck %s
|
||||
; RUN: llc -march=msp430 < %s | FileCheck %s
|
||||
target datalayout = "e-p:16:8:8-i8:8:8-i16:8:8-i32:8:8"
|
||||
target triple = "msp430-generic-generic"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=msp430 | FileCheck %s
|
||||
; RUN: llc -march=msp430 < %s | FileCheck %s
|
||||
target datalayout = "e-p:16:8:8-i8:8:8-i8:8:8-i32:8:8"
|
||||
target triple = "msp430-generic-generic"
|
||||
@foo = common global i8 0, align 1
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=msp430 | FileCheck %s
|
||||
; RUN: llc -march=msp430 < %s | FileCheck %s
|
||||
target datalayout = "e-p:16:8:8-i8:8:8-i16:8:8-i32:8:8"
|
||||
target triple = "msp430-generic-generic"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=msp430 | FileCheck %s
|
||||
; RUN: llc -march=msp430 < %s | FileCheck %s
|
||||
target datalayout = "e-p:16:8:8-i8:8:8-i16:8:8-i32:8:8"
|
||||
target triple = "msp430-generic-generic"
|
||||
@foo = common global i8 0, align 1
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=msp430 | FileCheck %s
|
||||
; RUN: llc -march=msp430 < %s | FileCheck %s
|
||||
target datalayout = "e-p:16:8:8-i8:8:8-i8:8:8-i32:8:8"
|
||||
target triple = "msp430-generic-generic"
|
||||
@foo = common global i8 0, align 1
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=msp430 | FileCheck %s
|
||||
; RUN: llc -march=msp430 < %s | FileCheck %s
|
||||
target datalayout = "e-p:16:8:8-i8:8:8-i8:8:8-i32:8:8"
|
||||
target triple = "msp430-generic-generic"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=sparc --relocation-model=pic | grep _GLOBAL_OFFSET_TABLE_
|
||||
; RUN: llc -march=sparc --relocation-model=pic < %s | grep _GLOBAL_OFFSET_TABLE_
|
||||
|
||||
@foo = global i32 0 ; <i32*> [#uses=1]
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=sparc | grep weak
|
||||
; RUN: llc -march=sparc < %s | grep weak
|
||||
|
||||
define weak i32 @func() nounwind {
|
||||
entry:
|
||||
|
Loading…
x
Reference in New Issue
Block a user