[PATCH] D37957: [TableGen] Some simple optimizations to TableGen execution time

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 20 10:51:57 PDT 2017


zturner added inline comments.


================
Comment at: llvm/utils/TableGen/CodeGenDAGPatterns.h:21
 #include "CodeGenTarget.h"
+#include "llvm/ADT/DenseSet.h"
 #include "llvm/ADT/SmallVector.h"
----------------
kparzysz wrote:
> This should go in the .cpp file (I don't see any uses of DenseSet in the header).
It's needed here in order to specialize the `DenseMapInfo`


https://reviews.llvm.org/D37957





More information about the llvm-commits mailing list