mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 11:17:31 +00:00
verify i128 return on x86-64 continues to codegen optimally.
llvm-svn: 34575
This commit is contained in:
parent
041fb5bc67
commit
a38cc935a9
8
test/CodeGen/X86/i128-ret.ll
Normal file
8
test/CodeGen/X86/i128-ret.ll
Normal file
@ -0,0 +1,8 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 | grep 'movq 8(%rdi), %rdx' &&
|
||||
; RUN: llvm-as < %s | llc -march=x86-64 | grep 'movq (%rdi), %rax'
|
||||
|
||||
define i128 @test(i128 *%P) {
|
||||
%A = load i128* %P
|
||||
ret i128 %A
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user