Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
0b8f0a208e9849c7ea50173b98acb51efbe1f2c7
/
.
/
test
/
CodeGen
/
X86
/
i128-ret.ll
blob: 277f4283328b623a06457ae9b44a8fcafbb2f582 [
file
] [
log
] [
blame
]
; RUN: llc < %s -march=x86-64 | grep {movq 8(%rdi), %rdx}
; RUN: llc < %s -march=x86-64 | grep {movq (%rdi), %rax}
define
i128
@test
(
i128
*
%P
)
{
%A
=
load
i128
*
%P
ret
i128
%A
}