You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.234
Former-commit-id: 8071ec1a8c5eaa9be24b41745add19297608001f
This commit is contained in:
parent
f32dbaf0b2
commit
212f6bafcb
14
external/llvm/test/CodeGen/ARM/str_pre-2.ll
vendored
14
external/llvm/test/CodeGen/ARM/str_pre-2.ll
vendored
@ -1,14 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=armv6-linux-gnu -target-abi=apcs | FileCheck %s
|
||||
|
||||
@b = external global i64*
|
||||
|
||||
define i64 @t(i64 %a) nounwind readonly {
|
||||
entry:
|
||||
; CHECK: push {r4, r5, lr}
|
||||
; CHECK: pop {r4, r5, pc}
|
||||
call void asm sideeffect "", "~{r4},~{r5}"() nounwind
|
||||
%0 = load i64*, i64** @b, align 4
|
||||
%1 = load i64, i64* %0, align 4
|
||||
%2 = mul i64 %1, %a
|
||||
ret i64 %2
|
||||
}
|
Reference in New Issue
Block a user