You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.246
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
This commit is contained in:
parent
a7724cd563
commit
279aa8f685
17
external/llvm/test/CodeGen/ARM/fast-tail-call.ll
vendored
Normal file
17
external/llvm/test/CodeGen/ARM/fast-tail-call.ll
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
; RUN: llc -mtriple=thumbv7-linux-gnueabi -O0 < %s | FileCheck %s
|
||||
; RUN: llc -mtriple=thumbv8m.base-arm-none-eabi -filetype=obj < %s
|
||||
|
||||
; Primarily a non-crash test: Thumbv7 Linux does not have FastISel support,
|
||||
; which led (via a convoluted route) to DAG nodes after a TC_RETURN that
|
||||
; couldn't possibly work.
|
||||
|
||||
declare i8* @g(i8*)
|
||||
|
||||
define i8* @f(i8* %a) {
|
||||
entry:
|
||||
%0 = tail call i8* @g(i8* %a)
|
||||
ret i8* %0
|
||||
; CHECK: b g
|
||||
; CHECK-NOT: ldr
|
||||
; CHECK-NOT: str
|
||||
}
|
Reference in New Issue
Block a user