[llvm] c3e6bd0 - [NFC] [MTE] remove unused functions from test
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Wed May 29 15:26:56 PDT 2024
Author: Florian Mayer
Date: 2024-05-29T15:26:38-07:00
New Revision: c3e6bd0b09965df218f86ebb6f1e59a570937c5d
URL: https://github.com/llvm/llvm-project/commit/c3e6bd0b09965df218f86ebb6f1e59a570937c5d
DIFF: https://github.com/llvm/llvm-project/commit/c3e6bd0b09965df218f86ebb6f1e59a570937c5d.diff
LOG: [NFC] [MTE] remove unused functions from test
Added:
Modified:
llvm/test/CodeGen/AArch64/stack-tagging-prologue.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AArch64/stack-tagging-prologue.ll b/llvm/test/CodeGen/AArch64/stack-tagging-prologue.ll
index 26a0aa614c98b..91dcffd77ce4b 100644
--- a/llvm/test/CodeGen/AArch64/stack-tagging-prologue.ll
+++ b/llvm/test/CodeGen/AArch64/stack-tagging-prologue.ll
@@ -6,15 +6,7 @@
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
target triple = "aarch64--linux-android10000"
-declare void @use8(ptr)
declare void @use32(ptr)
-declare void @llvm.lifetime.start.p0(i64, ptr nocapture)
-declare void @llvm.lifetime.end.p0(i64, ptr nocapture)
-
-define dso_local void @noUse32(ptr) sanitize_memtag {
-entry:
- ret void
-}
define void @OneVar() sanitize_memtag {
entry:
More information about the llvm-commits
mailing list