[llvm] 5ce2f73 - [DebugInfo][RemoveDIs] Add some missing test coverage

Jeremy Morse via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 6 11:35:13 PST 2024


Author: Jeremy Morse
Date: 2024-02-06T19:34:53Z
New Revision: 5ce2f73b2e5e6664d74b49ee45f11505f8306577

URL: https://github.com/llvm/llvm-project/commit/5ce2f73b2e5e6664d74b49ee45f11505f8306577
DIFF: https://github.com/llvm/llvm-project/commit/5ce2f73b2e5e6664d74b49ee45f11505f8306577.diff

LOG: [DebugInfo][RemoveDIs] Add some missing test coverage

In github PR #78731 it looks like I added test coverage for RemoveDIs to
either the wrong test, or not enough. Adding
--try-experimental-debuginfo-iterators to this particular test is enough to
restore some coverage it seems.

Added: 
    

Modified: 
    llvm/test/CodeGen/AArch64/stack-tagging-dbg.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/AArch64/stack-tagging-dbg.ll b/llvm/test/CodeGen/AArch64/stack-tagging-dbg.ll
index 8b6c0c86bb4e2..ba8c76348b9b5 100644
--- a/llvm/test/CodeGen/AArch64/stack-tagging-dbg.ll
+++ b/llvm/test/CodeGen/AArch64/stack-tagging-dbg.ll
@@ -1,4 +1,5 @@
 ; RUN: opt < %s -aarch64-stack-tagging -S -o - | FileCheck %s
+; RUN: opt < %s -aarch64-stack-tagging -S -o - --try-experimental-debuginfo-iterators | FileCheck %s
 
 target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
 target triple = "aarch64--linux-android"


        


More information about the llvm-commits mailing list