Sign in
llvm
/
llvm-project
/
refs/heads/users/arsenm/systemz/remove-override-insertSSPDeclarations
/
.
/
llvm
/
test
/
CodeGen
/
X86
/
pr40289.ll
blob: 21e50931b40f2d94b0c595fa5932a977432596c6 [
file
] [
log
] [
blame
] [
edit
]
; RUN: llc < %s -mtriple=i686-pc-windows-msvc | FileCheck %s
define
<
3
x
i32
>
@clobber
()
{
%1
=
alloca
i32
%2
=
load
volatile
i32
,
ptr
%1
ret
<
3
x
i32
>
undef
; CHECK-LABEL: clobber:
; CHECK-NOT: popl %esp
; CHECK: popl %eax
}