blob: 4353698dcc03dbf7d2425d59c8a3f178fd5a9385 [file] [log] [blame]
Dan Gohman28beeea2007-08-15 13:36:28 +00001; RUN: llvm-as < %s | llc -march=x86-64 | grep movups | 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, align 8
6 ret void
7}