blob: 810a6f4d6c65cadcd6979e609b1c0d47df556f3d [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s -o %t1
Anton Korobeynikov2cbcdb72009-08-03 08:12:53 +00002; RUN: grep "subq.*\\\$72, \\\%rsp" %t1
3; RUN: grep "movaps \\\%xmm8, 32\\\(\\\%rsp\\\)" %t1
4; RUN: grep "movaps \\\%xmm7, 48\\\(\\\%rsp\\\)" %t1
Duncan Sands1c8c2092010-05-07 17:03:48 +00005target triple = "x86_64-pc-mingw64"
Eli Friedman65b88222009-06-04 02:32:04 +00006
7define i32 @a() nounwind {
8entry:
9 tail call void asm sideeffect "", "~{xmm7},~{xmm8},~{dirflag},~{fpsr},~{flags}"() nounwind
10 ret i32 undef
11}
12