[AVX512] Bring back vector-shuffle lowering support through broadcasts
[oota-llvm.git] / test / CodeGen / X86 / 2009-06-03-Win64SpillXMM.ll
1 ; RUN: llc -mcpu=generic -mtriple=x86_64-mingw32 < %s | FileCheck %s
2 ; CHECK: subq    $40, %rsp
3 ; CHECK: movaps  %xmm8, 16(%rsp)
4 ; CHECK: movaps  %xmm7, (%rsp)
5
6 define i32 @a() nounwind {
7 entry:
8         tail call void asm sideeffect "", "~{xmm7},~{xmm8},~{dirflag},~{fpsr},~{flags}"() nounwind
9         ret i32 undef
10 }