1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-05 12:31:46 +00:00
2007-08-15 13:36:28 +00:00

8 lines
162 B
LLVM

; RUN: llvm-as < %s | llc -march=x86-64 | grep movaps | count 1
define void @bar(<2 x i64>* %p, <2 x i64> %x)
{
store <2 x i64> %x, <2 x i64>* %p
ret void
}