[PATCH] D27261: [SelectionDAG] Do not increment SDNodeOrder for debug intrinsics.
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 30 11:15:44 PST 2016
aprantl added a comment.
Can't say that I fully understand the implication of this (I don't know what the node order is used for), but given your explanation this appears to be fine.
================
Comment at: lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:4975
case Intrinsic::dbg_value: {
+
const DbgValueInst &DI = cast<DbgValueInst>(I);
----------------
Extra whitespace :-)
https://reviews.llvm.org/D27261
More information about the llvm-commits
mailing list