[llvm] [CodeGen][SDAG] Remove Combiner WorklistMap (PR #92900)
via llvm-commits
llvm-commits at lists.llvm.org
Tue May 21 08:40:54 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;
----------------
aengelke wrote:
This fills 4 padding bytes, the size of an SDNode remains unchanged at 88 bytes (x86-64).
https://github.com/llvm/llvm-project/pull/92900
More information about the llvm-commits
mailing list