[PATCH] D44797: [DAG, X86] Fix ISel-time node insertion ids
James Y Knight via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 22 11:56:09 PDT 2018
jyknight accepted this revision.
jyknight added a comment.
This revision is now accepted and ready to land.
LG after resolving comment.
================
Comment at: llvm/include/llvm/CodeGen/SelectionDAGISel.h:113
+ static void InvalidateNodeId(SDNode *N);
+ static int getUninvalidatedNodeId(SDNode *N);
----------------
Some comments about what these are for would be good to have here.
Repository:
rL LLVM
https://reviews.llvm.org/D44797
More information about the llvm-commits
mailing list