[PATCH] D43386: [DebugInfo][FastISel] Fix dropping dbg.value()

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 16 09:27:03 PST 2018


sdesmalen added inline comments.


================
Comment at: test/CodeGen/Generic/dbg_value_fastisel.ll:3
+
+; CHECK: DBG_VALUE {{.*}} !"__vla_expr"
+; CHECK-NOT: Dropping debug info
----------------
aprantl wrote:
> It might be nice to test for something slightly more specific here.
> One thing you could do is CHECK the output of llc -stop-after=livedebugvalues.
That's a good suggestion, thanks! I'll update the test to use that before I commit my patch.


https://reviews.llvm.org/D43386





More information about the llvm-commits mailing list