[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / CodeGen / X86 / pr40289.ll
blobabcb5fa41fa672c3f74e9a787a101e9158513f44
1 ; RUN: llc < %s -mtriple=i686-pc-windows-msvc | FileCheck %s
3 define < 3 x i32 > @clobber() {
4   %1 = alloca i32
5   %2 = load volatile i32, i32* %1
6   ret < 3 x i32 > undef
7   ; CHECK-LABEL: clobber:
8   ; CHECK-NOT: popl %esp
9   ; CHECK: addl $4, %esp