Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
901b5750b2af095bb0e359f4d2c3debef3ad57e6
/
.
/
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
}