[PATCH] D25318: [DAG] Don't increase SDNodeOrder for dbg.value/declare.

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 14 07:05:37 PDT 2016


probinson added a comment.

Could you provide a small C/C++ source that demonstrates the problem using an in-tree target?  That is, something where the generated code is different with and without -g, but applying your patch makes the difference go away.  It is disappointing but not really surprising that no existing tests are affected.


https://reviews.llvm.org/D25318





More information about the llvm-commits mailing list