[PATCH] D25318: [DAG] Don't increase SDNodeOrder for dbg.value/declare.
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 13 13:35:42 PDT 2016
MatzeB added a comment.
Yes the presence or absence of DbgValues should not affect the generated (assembly) code.
Do you have any idea why numbering the DbgValues affects the schedule? At a first glance I only found the node order used in comparisons and sorting which shouldn't be affected whether you count the DbgValues or not.
https://reviews.llvm.org/D25318
More information about the llvm-commits
mailing list