[PATCH] D47959: [DAG] Avoid needing to walk out legalization tables. NFCI.
Dean Michael Berris via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 11 22:40:08 PDT 2018
dberris added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.h:98
+ // new id we do not need to worry about reuse expunging. Should we
+ // run out of ids, we can do a one time expensive compactifcation.
+ typedef unsigned TableId;
----------------
s/compactifcation/compaction/ ?
Repository:
rL LLVM
https://reviews.llvm.org/D47959
More information about the llvm-commits
mailing list