1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py UTC_ARGS: --version 5
# RUN: llc -mtriple=aarch64 -mattr=+mte -run-pass=prologepilog %s -o - | FileCheck %s
--- |
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128-Fn32"
target triple = "aarch64-unknown-none-elf"
@glob = global [8 x i32] zeroinitializer, align 4
declare dso_local void @F78(ptr %B)
define void @F55() sanitize_memtag "target-features"="+mte,+strict-align" {
entry:
%basetag = call ptr @llvm.aarch64.irg.sp(i64 0)
%A = alloca i32, i32 8, align 16
%A.tag = call ptr @llvm.aarch64.tagp.p0(ptr %A, ptr %basetag, i64 0)
%B = alloca i32, i32 8, align 4
%C = alloca i32, i32 8, align 16
%C.tag = call ptr @llvm.aarch64.tagp.p0(ptr %C, ptr %basetag, i64 1)
call void @llvm.aarch64.settag(ptr %C.tag, i64 32)
call void @F56(ptr %C.tag)
call void @llvm.lifetime.start.p0(i64 32, ptr %A)
call void @llvm.aarch64.settag(ptr %A.tag, i64 32)
call void @F56(ptr %A.tag)
call void @llvm.aarch64.settag(ptr %A, i64 32)
call void @llvm.lifetime.end.p0(i64 32, ptr %A)
call void @llvm.lifetime.start.p0(i64 32, ptr %A)
call void @llvm.memcpy.p0.p0.i64(ptr align 4 %A, ptr align 4 @glob, i64 32, i1 false)
call void @F78(ptr %A)
call void @llvm.lifetime.end.p0(i64 32, ptr %A)
call void @llvm.aarch64.settag(ptr %C, i64 32)
ret void
}
declare void @F56(ptr)
...
---
name: F55
frameInfo:
adjustsStack: true
stack:
- { id: 0, name: A, type: default, offset: 0, size: 32, alignment: 16,
stack-id: default, callee-saved-register: '', callee-saved-restored: true,
local-offset: -32, debug-info-variable: '', debug-info-expression: '',
debug-info-location: '' }
- { id: 2, name: C, type: default, offset: 0, size: 32, alignment: 16,
stack-id: default, callee-saved-register: '', callee-saved-restored: true,
local-offset: -64, debug-info-variable: '', debug-info-expression: '',
debug-info-location: '' }
body: |
bb.0.entry:
; CHECK-LABEL: name: F55
; CHECK: liveins: $x19, $lr
; CHECK-NEXT: {{ $}}
; CHECK-NEXT: frame-setup EMITMTETAGGED
; CHECK-NEXT: $sp = frame-setup SUBXri $sp, 80, 0
; CHECK-NEXT: frame-setup STPXi killed $lr, killed $x19, $sp, 8 :: (store (s64) into %stack.3), (store (s64) into %stack.2)
; CHECK-NEXT: frame-setup CFI_INSTRUCTION def_cfa_offset 80
; CHECK-NEXT: frame-setup CFI_INSTRUCTION offset $w19, -8
; CHECK-NEXT: frame-setup CFI_INSTRUCTION offset $w30, -16
; CHECK-NEXT: renamable $x0 = IRGstack $sp, $xzr
; CHECK-NEXT: renamable $x19 = TAGPstack $x0, 2, renamable $x0, 1
; CHECK-NEXT: ST2Gi renamable $x0, renamable $x0, 0 :: (store (s256) into %ir.C.tag, align 16)
; CHECK-NEXT: BL @F56, csr_aarch64_aapcs, implicit-def dead $lr, implicit $sp, implicit $x0, implicit-def $sp
; CHECK-NEXT: ST2Gi renamable $x19, renamable $x19, 0 :: (store (s256) into %ir.A.tag, align 16)
; CHECK-NEXT: $x0 = COPY killed renamable $x19
; CHECK-NEXT: BL @F56, csr_aarch64_aapcs, implicit-def dead $lr, implicit $sp, implicit $x0, implicit-def $sp
; CHECK-NEXT: ST2Gi $sp, $sp, 2 :: (store (s256) into %ir.A, align 16)
; CHECK-NEXT: renamable $x1 = LOADgot target-flags(aarch64-got) @glob
; CHECK-NEXT: $x0 = ADDXri $sp, 32, 0
; CHECK-NEXT: dead $w2 = MOVi32imm 32, implicit-def $x2
; CHECK-NEXT: BL &memcpy, csr_aarch64_aapcs, implicit-def dead $lr, implicit $sp, implicit $x0, implicit $x1, implicit $x2, implicit-def $sp, implicit-def dead $x0
; CHECK-NEXT: $x0 = ADDXri $sp, 32, 0
; CHECK-NEXT: BL @F78, csr_aarch64_aapcs, implicit-def dead $lr, implicit $sp, implicit $x0, implicit-def $sp
; CHECK-NEXT: ST2Gi $sp, $sp, 0 :: (store (s256) into %ir.C, align 16)
; CHECK-NEXT: $sp = frame-destroy ADDXri $sp, 64, 0
; CHECK-NEXT: early-clobber $sp, $lr, $x19 = frame-destroy LDPXpost $sp, 2 :: (load (s64) from %stack.3), (load (s64) from %stack.2)
; CHECK-NEXT: RET_ReallyLR
renamable $x0 = IRGstack $sp, $xzr
renamable $x19 = TAGPstack %stack.0.A, 0, renamable $x0, 1
ST2Gi renamable $x0, renamable $x0, 0 :: (store (s256) into %ir.C.tag, align 16)
ADJCALLSTACKDOWN 0, 0, implicit-def dead $sp, implicit $sp
BL @F56, csr_aarch64_aapcs, implicit-def dead $lr, implicit $sp, implicit $x0, implicit-def $sp
ADJCALLSTACKUP 0, 0, implicit-def dead $sp, implicit $sp
ST2Gi renamable $x19, renamable $x19, 0 :: (store (s256) into %ir.A.tag, align 16)
ADJCALLSTACKDOWN 0, 0, implicit-def dead $sp, implicit $sp
$x0 = COPY killed renamable $x19
BL @F56, csr_aarch64_aapcs, implicit-def dead $lr, implicit $sp, implicit $x0, implicit-def $sp
ADJCALLSTACKUP 0, 0, implicit-def dead $sp, implicit $sp
ST2Gi $sp, %stack.0.A, 0 :: (store (s256) into %ir.A, align 16)
ADJCALLSTACKDOWN 0, 0, implicit-def dead $sp, implicit $sp
renamable $x1 = LOADgot target-flags(aarch64-got) @glob
$x0 = ADDXri %stack.0.A, 0, 0
dead $w2 = MOVi32imm 32, implicit-def $x2
BL &memcpy, csr_aarch64_aapcs, implicit-def dead $lr, implicit $sp, implicit $x0, implicit $x1, implicit $x2, implicit-def $sp, implicit-def dead $x0
ADJCALLSTACKUP 0, 0, implicit-def dead $sp, implicit $sp
ADJCALLSTACKDOWN 0, 0, implicit-def dead $sp, implicit $sp
$x0 = ADDXri %stack.0.A, 0, 0
BL @F78, csr_aarch64_aapcs, implicit-def dead $lr, implicit $sp, implicit $x0, implicit-def $sp
ADJCALLSTACKUP 0, 0, implicit-def dead $sp, implicit $sp
ST2Gi $sp, %stack.2.C, 0 :: (store (s256) into %ir.C, align 16)
RET_ReallyLR
...
|