Sign in
swiftshader
/
SwiftShader
/
70844755c9a7781b3f8c6cbfdd7c8d6420f9f646
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
X86
/
i128-ret.ll
blob: c0197940578dd6c61fd7c31af686e5770d787d0a [
file
] [
log
] [
blame
]
; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
; RUN: llc < %s -mtriple=x86_64-win32 | FileCheck %s
; CHECK: movq ([[A0:%rdi|%rcx]]), %rax
; CHECK: movq 8([[A0]]), %rdx
define
i128
@test
(
i128
*
%P
)
{
%A
=
load
i128
*
%P
ret
i128
%A
}