[PATCH] D68586: Save a word in every StringSet entry

Jordan Rose via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 13:09:59 PDT 2019


jordan_rose updated this revision to Diff 223640.
jordan_rose added a comment.
Herald added subscribers: dang, steven_wu, hiraditya, mehdi_amini.

Fixed bad uses of StringSet, changed a `friend` from StringMapEntry to StringMapEntryStorage. The fact that I only had to do this in one place (and that one place is definitely doing something tricky) makes me still feel confident enough to make this change.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68586/new/

https://reviews.llvm.org/D68586

Files:
  llvm/include/llvm/ADT/StringMap.h
  llvm/include/llvm/ADT/StringSet.h
  llvm/include/llvm/IR/Metadata.h
  llvm/include/llvm/LTO/legacy/LTOCodeGenerator.h
  llvm/lib/LTO/LTOCodeGenerator.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68586.223640.patch
Type: text/x-patch
Size: 5869 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191007/34ea545d/attachment.bin>


More information about the llvm-commits mailing list