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

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 16 08:37:58 PST 2018


aprantl accepted this revision.
aprantl added a comment.
This revision is now accepted and ready to land.

Nice!



================
Comment at: test/CodeGen/Generic/dbg_value_fastisel.ll:3
+
+; CHECK: DBG_VALUE {{.*}} !"__vla_expr"
+; CHECK-NOT: Dropping debug info
----------------
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.


https://reviews.llvm.org/D43386





More information about the llvm-commits mailing list