[llvm-branch-commits] [llvm] [HWASan] [MTE] allow lifetimes with multiple starts (PR #175608)

Florian Mayer via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Sat Jan 24 11:14:40 PST 2026


https://github.com/fmayer updated https://github.com/llvm/llvm-project/pull/175608

>From 9124d59c13788c0fb4c5214c469704035a8ceb05 Mon Sep 17 00:00:00 2001
From: Florian Mayer <fmayer at google.com>
Date: Mon, 12 Jan 2026 11:11:53 -0800
Subject: [PATCH] fmt

Created using spr 1.3.6
---
 llvm/test/CodeGen/AArch64/stack-tagging-split-lifetime.ll | 1 -
 1 file changed, 1 deletion(-)

diff --git a/llvm/test/CodeGen/AArch64/stack-tagging-split-lifetime.ll b/llvm/test/CodeGen/AArch64/stack-tagging-split-lifetime.ll
index 6903216bc835d..339abfe44c5ee 100644
--- a/llvm/test/CodeGen/AArch64/stack-tagging-split-lifetime.ll
+++ b/llvm/test/CodeGen/AArch64/stack-tagging-split-lifetime.ll
@@ -236,6 +236,5 @@ exit1:
   ret void
 }
 
-
 declare void @llvm.lifetime.start.p0(i64 immarg, ptr nocapture)
 declare void @llvm.lifetime.end.p0(i64 immarg, ptr nocapture)



More information about the llvm-branch-commits mailing list