mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-21 04:41:34 +00:00
8 lines
171 B
LLVM
8 lines
171 B
LLVM
; RUN: llvm-as < %s | llc -march=x86-64 | grep movups | count 1
|
|
|
|
define void @bar(<2 x i64>* %p, <2 x i64> %x)
|
|
{
|
|
store <2 x i64> %x, <2 x i64>* %p, align 8
|
|
ret void
|
|
}
|