We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aeccfee commit c3e6bd0Copy full SHA for c3e6bd0
llvm/test/CodeGen/AArch64/stack-tagging-prologue.ll
@@ -6,15 +6,7 @@
6
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
7
target triple = "aarch64--linux-android10000"
8
9
-declare void @use8(ptr)
10
declare void @use32(ptr)
11
-declare void @llvm.lifetime.start.p0(i64, ptr nocapture)
12
-declare void @llvm.lifetime.end.p0(i64, ptr nocapture)
13
-
14
-define dso_local void @noUse32(ptr) sanitize_memtag {
15
-entry:
16
- ret void
17
-}
18
19
define void @OneVar() sanitize_memtag {
20
entry:
0 commit comments