Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / X86 / win64-stackprobe-overflow.ll
blob9555ce032db90cbc3e762db7d22023fc923659fd
1 ; RUN: llc < %s -mtriple=x86_64-windows-gnu | FileCheck %s
3 define void @foo() unnamed_addr #0 {
4 start:
5   %b = alloca i64, align 8
6   %c = alloca [4294967295 x i8], align 1
7   ret void
10 attributes #0 = { nonlazybind uwtable "probe-stack"="probe_stack" "target-cpu"="x86-64" }
12 ; CHECK-LABEL: foo:
13 ; CHECK: movabsq $4294967304, %rax
14 ; CHECK-NEXT: callq probe_stack