blob: f9d18145e9cb49009b85e40356263a6928765757 [file] [log] [blame]
Dan Gohman9bc5dce2007-07-20 16:31:26 +00001; RUN: llvm-as < %s | llc -march=x86-64 | grep movups | wc -l | grep 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}