[llvm] [CodeGen][SDAG] Remove Combiner WorklistMap (PR #92900)

Jay Foad via llvm-commits llvm-commits at lists.llvm.org
Tue May 21 08:35:25 PDT 2024


================
@@ -619,6 +619,9 @@ END_TWO_BYTE_PACK()
   /// Unique id per SDNode in the DAG.
   int NodeId = -1;
 
+  /// Index in worklist of DAGCombiner, or -1.
+  int CombinerWorklistIndex = -1;
----------------
jayfoad wrote:

Does this increase the size of the node, or does it fill a hole (when pointers are 64-bit)?

https://github.com/llvm/llvm-project/pull/92900


More information about the llvm-commits mailing list