================
@@ -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
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to