[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / CodeGen / AArch64 / stack-guard-reassign.ll
blob71d3d27a1b6490427f22b205b1d627d9b62e1e10
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 [[REG:x[0-9]+]], __stack_chk_guard
7 ; CHECK-NEXT: ldr [[REG]], {{\[}}[[REG]], :lo12:__stack_chk_guard]
8 ; CHECK-NEXT: stur [[REG]], [x29, #-8]