You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
30
external/llvm/test/CodeGen/ARM/hello.ll
vendored
30
external/llvm/test/CodeGen/ARM/hello.ll
vendored
@ -1,30 +0,0 @@
|
||||
; RUN: llc -mtriple=arm-eabi %s -o /dev/null
|
||||
; RUN: llc -mtriple=armv6-linux-gnueabi %s -o - | FileCheck %s
|
||||
|
||||
; RUN: llc -mtriple=armv6-linux-gnu --disable-fp-elim %s -o - \
|
||||
; RUN: | FileCheck %s -check-prefix CHECK-FP-ELIM
|
||||
|
||||
; RUN: llc -mtriple=armv6-apple-ios %s -o - \
|
||||
; RUN: | FileCheck %s -check-prefix CHECK-FP-ELIM
|
||||
|
||||
@str = internal constant [12 x i8] c"Hello World\00"
|
||||
|
||||
define i32 @main() "no-frame-pointer-elim"="true" {
|
||||
%tmp = call i32 @puts( i8* getelementptr ([12 x i8], [12 x i8]* @str, i32 0, i64 0) ) ; <i32> [#uses=0]
|
||||
ret i32 0
|
||||
}
|
||||
|
||||
declare i32 @puts(i8*)
|
||||
|
||||
; CHECK-LABEL: main
|
||||
; CHECK-NOT: mov
|
||||
; CHECK: mov r11, sp
|
||||
; CHECK-NOT: mov
|
||||
; CHECK: mov r0, #0
|
||||
; CHECK-NOT: mov
|
||||
|
||||
; CHECK-FP-ELIM-LABEL: main
|
||||
; CHECK-FP-ELIM: mov
|
||||
; CHECK-FP-ELIM: mov
|
||||
; CHECK-FP-ELIM-NOT: mov
|
||||
|
Reference in New Issue
Block a user