blob: e55d5859560e88e362a95d51130e96efc325f128 [file] [log] [blame]
NAKAMURA Takumiddbfbcf2011-03-16 13:52:38 +00001; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s
2; CHECK: movaps
3; CHECK-NOT: movaps
Dan Gohman4106f372007-07-18 20:23:34 +00004
Evan Cheng687bcb22008-05-07 22:59:08 +00005define void @bar(<2 x i64>* %p, <2 x i64> %x) nounwind {
Dan Gohman4106f372007-07-18 20:23:34 +00006 store <2 x i64> %x, <2 x i64>* %p
7 ret void
8}