blob: d93ca40577fb78f9e1618edbc8aed8748513c15d [file] [log] [blame]
Dan Gohman28beeea2007-08-15 13:36:28 +00001; RUN: llvm-as < %s | llc -march=x86-64 | grep movaps | count 1
Dan Gohman4106f372007-07-18 20:23:34 +00002
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}