mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-21 21:29:41 +00:00
8 lines
169 B
LLVM
8 lines
169 B
LLVM
|
; RUN: llvm-as < %s | llc -march=x86-64 | grep movdqa | wc -l | grep 1
|
||
|
|
||
|
define void @bar(<2 x i64>* %p, <2 x i64> %x)
|
||
|
{
|
||
|
store <2 x i64> %x, <2 x i64>* %p
|
||
|
ret void
|
||
|
}
|