blob: 04b013cea5361e94497789abaf836d7b82c282c6 [file] [log] [blame]
Dan Gohman4106f372007-07-18 20:23:34 +00001; RUN: llvm-as < %s | llc -march=x86-64 | grep movdqa | wc -l | grep 1
2
3define void @bar(<2 x i64>* %p, <2 x i64> %x)
4{
5 store <2 x i64> %x, <2 x i64>* %p
6 ret void
7}