[clang] [llvm] [RISCV] Enabled debug entry support by default (PR #157703)

Min-Yih Hsu via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 9 09:56:44 PDT 2025


================
@@ -0,0 +1,74 @@
+;; Test RISC-V 64 bit:
+; RUN: llc -emit-call-site-info -stop-after=livedebugvalues -mtriple=riscv64-linux-gnu -o - %s | FileCheck %s --check-prefix=CHECK64
+; RUN: llc -force-instr-ref-livedebugvalues=1 -emit-call-site-info -stop-after=livedebugvalues -mtriple=riscv64-linux-gnu -o - %s | FileCheck %s --check-prefix=CHECK64
----------------
mshockwave wrote:

could you elaborate the difference of having v.s. not having `-force-instr-ref-livedebugvalues=1`? why do these two cases share the same set of CHECK prefixes?

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


More information about the llvm-commits mailing list