Dan Gohman | 36a0947 | 2009-09-08 23:54:48 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -march=x86-64 | grep movaps | count 1 |
Dan Gohman | 4106f37 | 2007-07-18 20:23:34 +0000 | [diff] [blame] | 2 | |
Evan Cheng | 687bcb2 | 2008-05-07 22:59:08 +0000 | [diff] [blame] | 3 | define void @bar(<2 x i64>* %p, <2 x i64> %x) nounwind { |
Dan Gohman | 4106f37 | 2007-07-18 20:23:34 +0000 | [diff] [blame] | 4 | store <2 x i64> %x, <2 x i64>* %p |
5 | ret void | ||||
6 | } |