[ARM] Fixup the creation of VPT blocks
[llvm-core.git] / test / CodeGen / AArch64 / stack-guard-reassign.ll
blob6b00eda6233a280f232586e36d88a8da25d3b34b
1 ; RUN: llc -O0 --frame-pointer=all -mtriple=aarch64-- -o - %S/../Inputs/stack-guard-reassign.ll | FileCheck %s
3 ; Verify that the offset assigned to the stack protector is at the top of the
4 ; frame, covering the locals.
5 ; CHECK-LABEL: fn:
6 ; CHECK:      adrp x8, __stack_chk_guard
7 ; CHECK-NEXT: ldr x8, [x8, :lo12:__stack_chk_guard]
8 ; CHECK-NEXT: stur x8, [x29, #-8]