[PATCH] D37957: [TableGen] Some simple optimizations to TableGen execution time
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 17 11:08:33 PDT 2017
RKSimon added a comment.
Thank you for working on this!
================
Comment at: llvm/include/llvm/CodeGen/MachineValueType.h:203
+ // Tombstone value used for DenseMapInfo
+ tombstone = 249,
+
----------------
Is this supposed to equal Metadata?
================
Comment at: llvm/include/llvm/CodeGen/MachineValueType.h:237
// This is only for tblgen's consumption!
- Any = 255
+ Any = 255
};
----------------
Please revert these whitespace changes - if nothing else it pollutes this patch.
https://reviews.llvm.org/D37957
More information about the llvm-commits
mailing list