[PATCH] D35496: [codeview] Don't use the type visitor to merge types

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 10:45:43 PDT 2017


rnk created this revision.
Herald added a subscriber: hiraditya.

This didn't do much to speed things up, but it implements a FIXME, and I
think it's a nice simplification. We don't need the record kind switch.
We're doing that ourselves.


https://reviews.llvm.org/D35496

Files:
  llvm/lib/DebugInfo/CodeView/TypeStreamMerger.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35496.106906.patch
Type: text/x-patch
Size: 7411 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170717/bc37c3a8/attachment.bin>


More information about the llvm-commits mailing list