[llvm] [Debuginfo][TailCallElim] Fix #86262: drop the debug location of entry branch (PR #86269)
Stephen Tozer via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 22 08:20:12 PDT 2024
================
@@ -0,0 +1,57 @@
+; RUN: opt -S -passes=tailcallelim < %s | FileCheck %s
----------------
SLTozer wrote:
One more thing, it'd be good to add a comment describing what this is testing for, particularly since the CHECK lines are fairly bare. Related to that, does this test add any coverage that the previous test (`debugloc.ll`) doesn't cover?
https://github.com/llvm/llvm-project/pull/86269
More information about the llvm-commits
mailing list