[PATCH] D21951: [LVI] Use DenseMap::find_as in LazyValueInfo.

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 15:31:05 PDT 2016


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

lgtm

IMO long term DenseMap should abstract this away from the user, so that large keys and values are stored in separate allocations. That's another story though.


https://reviews.llvm.org/D21951





More information about the llvm-commits mailing list