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
13
external/llvm/test/CodeGen/Thumb2/thumb2-ldrd.ll
vendored
13
external/llvm/test/CodeGen/Thumb2/thumb2-ldrd.ll
vendored
@ -1,13 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=thumbv7-apple-darwin -mattr=+thumb2 | FileCheck %s
|
||||
|
||||
@b = external global i64*
|
||||
|
||||
define i64 @t(i64 %a) nounwind readonly {
|
||||
entry:
|
||||
; CHECK: ldrd
|
||||
; CHECK: umull
|
||||
%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