[llvm] [InstrRef] Skip clobbered EntryValue register recovery (PR #142478)

Jeremy Morse via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 3 14:11:11 PDT 2025


================
@@ -0,0 +1,91 @@
+# RUN: llc --run-pass=livedebugvalues -o - %s | FileCheck %s
----------------
jmorse wrote:

IMO you want to add an `--implicit-check-not=DBG_VALUE` to FileCheck, to ensure nothing else comes out of LiveDebugValues.

https://github.com/llvm/llvm-project/pull/142478


More information about the llvm-commits mailing list