[PATCH] D16617: AttributeSetNode: Summarize existing attributes in a bitset.

Pete Cooper via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 29 13:54:35 PST 2016


pete accepted this revision.
pete added a comment.
This revision is now accepted and ready to land.

LGTM.

If the uint64_t becomes an issue then I think we can fix it later (std::bitset perhaps), but for now this is a good change.


Repository:
  rL LLVM

http://reviews.llvm.org/D16617





More information about the llvm-commits mailing list